about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-04 11:48:31 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-05 14:12:47 +0200
commit834f19223d817258108ad780a1bde2058ab3ee17 (patch)
treed7e954b3424b247200b07f9058a0e0364600a51f /modules
parentfmt (diff)
downloadnixos-config-834f19223d817258108ad780a1bde2058ab3ee17.tar.gz
nixos-config-834f19223d817258108ad780a1bde2058ab3ee17.tar.bz2
nixos-config-834f19223d817258108ad780a1bde2058ab3ee17.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;
   };