about summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/default.nix
diff options
context:
space:
mode:
authorRobert Glossop <robgssp@gmail.com>2015-11-04 09:15:52 -0500
committerRobert Glossop <robgssp@gmail.com>2015-11-08 18:49:40 -0500
commit5623e1b145a8c1b42c41c5dd163804cca0064b75 (patch)
tree288b04e4823a1aaa4bcc2bad407b5437e7cfe2c3 /nixos/modules/services/x11/window-managers/default.nix
parent6fa6ff9e2517dbc28fd0744b493c8a6b672dfa2c (diff)
Add the CLFSWM 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 4751de07a15dd..31f42f5ffb9fb 100644
--- a/nixos/modules/services/x11/window-managers/default.nix
+++ b/nixos/modules/services/x11/window-managers/default.nix
@@ -10,6 +10,7 @@ in
   imports = [
     ./afterstep.nix
     ./bspwm.nix
+    ./clfswm.nix
     ./compiz.nix
     ./fluxbox.nix
     ./herbstluftwm.nix