feat: setup hyprland

This commit is contained in:
tux
2026-05-07 02:41:56 +05:30
parent aabcad5bec
commit ff9bc06c61
8 changed files with 777 additions and 21 deletions

View File

@@ -14,7 +14,10 @@
"https://lan-mouse.cachix.org"
"https://wezterm.cachix.org"
];
trusted-substituters = [ "https://nix-on-droid.cachix.org" ];
trusted-substituters = [
"https://nix-on-droid.cachix.org"
"https://hyprland.cachix.org"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s="

View File

@@ -0,0 +1,11 @@
{
flake.modules.nixos.desktop =
{ pkgs, ... }:
{
programs.hyprland = {
enable = true;
package = pkgs.hyprland-git.hyprland;
portalPackage = pkgs.hyprland-git.xdg-desktop-portal-hyprland;
};
};
}

View File

@@ -3,7 +3,7 @@
services.displayManager.ly = {
enable = true;
settings = {
session_log = "null";
# session_log = "null";
};
};
};