Update hyprland.nix

This commit is contained in:
2026-03-07 22:23:27 +01:00
parent 2a95d27e69
commit 5e6d51f0c2
+1 -1
View File
@@ -17,7 +17,7 @@ in
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
}; };
# Install Hyprland and enable it as the window manager # Install Hyprland and enable it as the window manager!
environment.systemPackages = with pkgs; [ hyprland ]; environment.systemPackages = with pkgs; [ hyprland ];
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;