about summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/default.nix
diff options
context:
space:
mode:
authorEvan Danaher <github@edanaher.net>2017-04-05 11:12:46 -0400
committerEvan Danaher <github@edanaher.net>2017-04-05 11:12:46 -0400
commit7a38b0858fbed43e80f84a91da821eaaf657c5d7 (patch)
tree61cbe6ea4b3acde2385dd0651e43c9449275df7c /nixos/modules/services/x11/window-managers/default.nix
parent65593e64c480493555ae21050a422e4c7ff9c7ea (diff)
fvwm module: init; now fvwm can be used as an xserver.windowManager
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 f005decfa33c2..6d30fd3f4d675 100644
--- a/nixos/modules/services/x11/window-managers/default.nix
+++ b/nixos/modules/services/x11/window-managers/default.nix
@@ -14,6 +14,7 @@ in
     ./dwm.nix
     ./exwm.nix
     ./fluxbox.nix
+    ./fvwm.nix
     ./herbstluftwm.nix
     ./i3.nix
     ./jwm.nix