about summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/default.nix
diff options
context:
space:
mode:
authorIan Denhardt <ian@zenhack.net>2015-12-02 17:27:52 -0500
committerIan Denhardt <ian@zenhack.net>2015-12-03 21:37:55 -0500
commit8edd15d1755f2e85580e74e7f903dcc060cd6e2d (patch)
treef29665377864a38cfdc577797ef8131e73bffe1c /nixos/modules/services/x11/window-managers/default.nix
parent69b6125edfb1fac37cc805fb9e8c240bc2f18ab1 (diff)
xserver: dwm as a window manager
Diffstat (limited to 'nixos/modules/services/x11/window-managers/default.nix')
-rw-r--r--nixos/modules/services/x11/window-managers/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/window-managers/default.nix b/nixos/modules/services/x11/window-managers/default.nix
index 31f42f5ffb9fb..37d3348b8a323 100644
--- a/nixos/modules/services/x11/window-managers/default.nix
+++ b/nixos/modules/services/x11/window-managers/default.nix
@@ -12,6 +12,7 @@ in
     ./bspwm.nix
     ./clfswm.nix
     ./compiz.nix
+    ./dwm.nix
     ./fluxbox.nix
     ./herbstluftwm.nix
     ./i3.nix