about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-07-04 11:48:31 +0200
committerBaitinq <[email protected]>2022-07-05 14:12:47 +0200
commit3035b90b4383a4cd5042f6d330efc3819f08d03c (patch)
treedf3e076f7121576425f299348cda0d6109c22a30 /modules
parentfmt (diff)
downloadnixos-config-3035b90b4383a4cd5042f6d330efc3819f08d03c.tar.gz
nixos-config-3035b90b4383a4cd5042f6d330efc3819f08d03c.tar.bz2
nixos-config-3035b90b4383a4cd5042f6d330efc3819f08d03c.zip
Switch windowmanager to xmonad
Diffstat (limited to 'modules')
-rw-r--r--modules/xorg/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/xorg/default.nix b/modules/xorg/default.nix
index 50b070e..31a4aa1 100644
--- a/modules/xorg/default.nix
+++ b/modules/xorg/default.nix
@@ -4,7 +4,6 @@
     enable = true;
 
     displayManager.startx.enable = true;
-    windowManager.dwm.enable = true;
 
     dpi = 96;
   };