aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/spec.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/spec.nix b/nixos/spec.nix
index 504eee2..2df9e6a 100644
--- a/nixos/spec.nix
+++ b/nixos/spec.nix
@@ -5,7 +5,7 @@
programs = {
hyprland = {
enable = true; # enables Hyprland DM.
- withUWSM = true; # NEW Universal Wayland Session Manager
+ #withUWSM = true; # NEW Universal Wayland Session Manager
};
};
};