From c7e1dff94e1f1c60d6d3b01a41f3fda874bbcf9a Mon Sep 17 00:00:00 2001 From: Andreas Wiese Date: Thu, 15 Mar 2018 10:14:10 +0100 Subject: [PATCH] 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. --- nixos/modules/services/x11/window-managers/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/x11/window-managers/default.nix b/nixos/modules/services/x11/window-managers/default.nix index 25ba95fccd75..bc420831ad83 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