summary refs log tree commit diff stats
path: root/users
diff options
context:
space:
mode:
authorsils <sils@sils.li>2024-03-12 18:04:46 +0100
committersils <sils@sils.li>2024-03-12 18:04:46 +0100
commit53f712b162ef0c9bc219bd76702a0f8f4a992086 (patch)
treed0c2ee69be6741dc9109b7cce789e62f64cc0a5e /users
parentflake.lock: update (diff)
downloadnix-config-53f712b162ef0c9bc219bd76702a0f8f4a992086.tar.gz
nix-config-53f712b162ef0c9bc219bd76702a0f8f4a992086.zip
hyprland: use stable package
Diffstat (limited to 'users')
-rw-r--r--users/sils/hyprland/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/sils/hyprland/default.nix b/users/sils/hyprland/default.nix
index 2e5ed0c..c2a904e 100644
--- a/users/sils/hyprland/default.nix
+++ b/users/sils/hyprland/default.nix
@@ -6,7 +6,8 @@
 }: {
   wayland.windowManager.hyprland = {
     enable = true;
-    package = hyprland.packages.${system}.hyprland;
+    #Unstable package, used if features aren't available fast enough.
+    #package = hyprland.packages.${system}.hyprland;
     settings = {
       # See https://wiki.hyprland.org/Configuring/Monitors/
       monitor = ",preferred,auto,auto";