summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorAndreas Wiese <aw-devel@meterriblecrew.net>2018-03-15 10:14:10 +0100
committerAndreas Wiese <aw-devel@meterriblecrew.net>2018-03-15 10:22:53 +0100
commitc7e1dff94e1f1c60d6d3b01a41f3fda874bbcf9a (patch)
treeedfc38c2b883f1bd313204fae8dc6fdaf2719bbb /nixos
parent8eca63588d5c9995e05643908c7992697735ff6a (diff)
downloadnixpkgs-c7e1dff94e1f1c60d6d3b01a41f3fda874bbcf9a.tar
nixpkgs-c7e1dff94e1f1c60d6d3b01a41f3fda874bbcf9a.tar.gz
nixpkgs-c7e1dff94e1f1c60d6d3b01a41f3fda874bbcf9a.tar.bz2
nixpkgs-c7e1dff94e1f1c60d6d3b01a41f3fda874bbcf9a.tar.lz
nixpkgs-c7e1dff94e1f1c60d6d3b01a41f3fda874bbcf9a.tar.xz
nixpkgs-c7e1dff94e1f1c60d6d3b01a41f3fda874bbcf9a.tar.zst
nixpkgs-c7e1dff94e1f1c60d6d3b01a41f3fda874bbcf9a.zip
nixos/window-managers: actually add evilwm to default.nix
Commit 1f2b938 introduced a module for evilwm as a window-manager, but
did not actually add this module to window-manager's default.nix which
renders it useless.
Diffstat (limited to 'nixos')
-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 25ba95fccd7..bc420831ad8 100644
--- a/nixos/modules/services/x11/window-managers/default.nix
+++ b/nixos/modules/services/x11/window-managers/default.nix
@@ -12,6 +12,7 @@ in
     ./afterstep.nix
     ./bspwm.nix
     ./dwm.nix
+    ./evilwm.nix
     ./exwm.nix
     ./fluxbox.nix
     ./fvwm.nix