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.
This commit is contained in:
parent
8eca63588d
commit
c7e1dff94e
|
@ -12,6 +12,7 @@ in
|
||||||
./afterstep.nix
|
./afterstep.nix
|
||||||
./bspwm.nix
|
./bspwm.nix
|
||||||
./dwm.nix
|
./dwm.nix
|
||||||
|
./evilwm.nix
|
||||||
./exwm.nix
|
./exwm.nix
|
||||||
./fluxbox.nix
|
./fluxbox.nix
|
||||||
./fvwm.nix
|
./fvwm.nix
|
||||||
|
|
Loading…
Reference in New Issue