moved hyprland back to nixpkgs unstable

This commit is contained in:
2026-03-13 17:38:16 +00:00
parent 72221d9157
commit 94f0e793d7
3 changed files with 27 additions and 515 deletions

View File

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