From bbff8e9d200a90b71ad689b537ab7b3bc32bde88 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Sat, 1 Mar 2025 12:06:56 +0200 Subject: feat: stylix-maxxing and removing uwsm --- nixos/spec.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/spec.nix') 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 }; }; }; -- cgit