aboutsummaryrefslogtreecommitdiff
path: root/modules/profiles/xorg/default.nix
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2025-02-02 21:11:21 -0500
committertdback <tyler@tdback.net>2025-02-02 21:11:21 -0500
commit080909508881d8ab3f013b43eebceeb405e575b2 (patch)
tree9ee85b4ca4b2ada89d866522463bbd8cd152abcc /modules/profiles/xorg/default.nix
parentf93a66c0c2a26d217c75b5bad7e7c9cb335c8c91 (diff)
users/tdback: now using xmonad wm
Diffstat (limited to 'modules/profiles/xorg/default.nix')
-rw-r--r--modules/profiles/xorg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profiles/xorg/default.nix b/modules/profiles/xorg/default.nix
index 8004d05..46c2777 100644
--- a/modules/profiles/xorg/default.nix
+++ b/modules/profiles/xorg/default.nix
@@ -21,7 +21,7 @@
enable = true;
xkb.layout = "us";
displayManager.lightdm.enable = true;
- windowManager.bspwm.enable = true;
+ windowManager.xmonad.enable = true;
};
security.rtkit.enable = true;