diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-03-01 12:06:56 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-03-01 12:06:56 +0200 |
commit | bbff8e9d200a90b71ad689b537ab7b3bc32bde88 (patch) | |
tree | 0bc278c0480e4c24fa58c6dd96d025bbe32e0b7d /nixos/spec.nix | |
parent | b2d8783e8379e7caaeacfffcce74c785b72acfdd (diff) | |
download | nixos-configuration-bbff8e9d200a90b71ad689b537ab7b3bc32bde88.tar.gz nixos-configuration-bbff8e9d200a90b71ad689b537ab7b3bc32bde88.tar.bz2 nixos-configuration-bbff8e9d200a90b71ad689b537ab7b3bc32bde88.zip |
feat: stylix-maxxing and removing uwsmupdate-unstable
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 }; }; }; |