summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-03-18 22:18:01 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2016-03-19 15:52:18 +0100
commite891e509466fb83f860c4c51199c9617e9b1ddc1 (patch)
tree23c63cce6a9d12249db6dbaf57f3d57c6d11484c /nixos/modules
parent9ae0e6633edb0ac53edaa6d3970b7cacc1db7834 (diff)
downloadnixlib-e891e509466fb83f860c4c51199c9617e9b1ddc1.tar
nixlib-e891e509466fb83f860c4c51199c9617e9b1ddc1.tar.gz
nixlib-e891e509466fb83f860c4c51199c9617e9b1ddc1.tar.bz2
nixlib-e891e509466fb83f860c4c51199c9617e9b1ddc1.tar.lz
nixlib-e891e509466fb83f860c4c51199c9617e9b1ddc1.tar.xz
nixlib-e891e509466fb83f860c4c51199c9617e9b1ddc1.tar.zst
nixlib-e891e509466fb83f860c4c51199c9617e9b1ddc1.zip
nixos: disable the clfswm window manager module
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/x11/window-managers/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/window-managers/default.nix b/nixos/modules/services/x11/window-managers/default.nix
index 63136beac710..fce71bbda7e2 100644
--- a/nixos/modules/services/x11/window-managers/default.nix
+++ b/nixos/modules/services/x11/window-managers/default.nix
@@ -10,7 +10,6 @@ in
   imports = [
     ./afterstep.nix
     ./bspwm.nix
-    ./clfswm.nix
     ./compiz.nix
     ./dwm.nix
     ./exwm.nix