Switch to nixos unstable

This commit is contained in:
2024-05-27 00:57:10 +02:00
parent a5c3c13c34
commit 25431075c0
6 changed files with 29 additions and 29 deletions

View File

@@ -24,7 +24,7 @@
wayland.windowManager.hyprland = {
enable = true;
package = pkgs.unstable.hyprland;
package = pkgs.hyprland;
settings = {
"$mainMod" = "SUPER";
"$shiftMainMod" = "SUPER_SHIFT";