aboutsummaryrefslogtreecommitdiff
path: root/nixos/spec.nix
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-03-01 12:06:56 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-03-01 12:06:56 +0200
commitbbff8e9d200a90b71ad689b537ab7b3bc32bde88 (patch)
tree0bc278c0480e4c24fa58c6dd96d025bbe32e0b7d /nixos/spec.nix
parentb2d8783e8379e7caaeacfffcce74c785b72acfdd (diff)
downloadnixos-configuration-update-unstable.tar.gz
nixos-configuration-update-unstable.tar.bz2
nixos-configuration-update-unstable.zip
feat: stylix-maxxing and removing uwsmupdate-unstable
Diffstat (limited to 'nixos/spec.nix')
-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
};
};
};