diff options
Diffstat (limited to 'nixos/spec.nix')
-rw-r--r-- | nixos/spec.nix | 2 |
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 }; }; }; |