updated hyprland to 0.55 because i need something to do

This commit is contained in:
2026-05-12 10:14:21 +01:00
parent 38f6ec8305
commit 2f7142135f
3 changed files with 515 additions and 28 deletions

View File

@@ -124,7 +124,7 @@
services.xserver.enable = true;
programs.hyprland = {
enable = true;
package = pkgs.unstable.hyprland;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.default;
};
security.polkit.enable = true;