about summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/default.nix
diff options
context:
space:
mode:
authorMichaƂ Krzysztof Feiler <m@mikf.pl>2019-10-08 17:48:09 +0000
committerGitHub <noreply@github.com>2019-10-08 17:48:09 +0000
commit00633a3e1399674083e1cf6d96ed52340dd462d0 (patch)
tree69c4dfaee28134c374e6f79ebfd39b77e0d37330 /nixos/modules/services/x11/window-managers/default.nix
parentd9a7c5101646a5e33c92173adc6b1d4b76b5ded4 (diff)
nixos/window-managers: add cwm to imports
as per request from @romildo under #70035 https://github.com/NixOS/nixpkgs/pull/70035#pullrequestreview-298166798
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 2a1f22fa9a4cd..c17f3830d0e9a 100644
--- a/nixos/modules/services/x11/window-managers/default.nix
+++ b/nixos/modules/services/x11/window-managers/default.nix
@@ -11,6 +11,7 @@ in
     ./2bwm.nix
     ./afterstep.nix
     ./bspwm.nix
+    ./cwm.nix
     ./dwm.nix
     ./evilwm.nix
     ./exwm.nix