summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorjoachifm <joachifm@users.noreply.github.com>2016-03-20 15:27:41 +0000
committerjoachifm <joachifm@users.noreply.github.com>2016-03-20 15:27:41 +0000
commit3273605aefbde813216f4048cb359e776161097d (patch)
treeccc7dfe13face9dbea709e96bd4e38748c7e8c03 /nixos/modules
parentf3a068f8d647ca98f3dd988cfd65d9b886e45b63 (diff)
parente891e509466fb83f860c4c51199c9617e9b1ddc1 (diff)
downloadnixlib-3273605aefbde813216f4048cb359e776161097d.tar
nixlib-3273605aefbde813216f4048cb359e776161097d.tar.gz
nixlib-3273605aefbde813216f4048cb359e776161097d.tar.bz2
nixlib-3273605aefbde813216f4048cb359e776161097d.tar.lz
nixlib-3273605aefbde813216f4048cb359e776161097d.tar.xz
nixlib-3273605aefbde813216f4048cb359e776161097d.tar.zst
nixlib-3273605aefbde813216f4048cb359e776161097d.zip
Merge pull request #14033 from joachifm/clfswm-broken
Mark clfswm as broken
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