summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--sys/desktop/hyprland/default.nix3
-rw-r--r--users/sils/hyprland/default.nix3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/desktop/hyprland/default.nix b/sys/desktop/hyprland/default.nix
index fbbf933..35a4565 100644
--- a/sys/desktop/hyprland/default.nix
+++ b/sys/desktop/hyprland/default.nix
@@ -5,7 +5,8 @@
 }: {
   programs.hyprland = {
     enable = true;
-    package = hyprland.packages.${system}.hyprland;
+    #Unstable package, used if features aren't available fast enough.
+    #package = hyprland.packages.${system}.hyprland;
     xwayland.enable = true;
   };
 }
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";