about summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/default.nix
diff options
context:
space:
mode:
authorAlexey Shmalko <rasen.dubi@gmail.com>2017-04-06 16:29:28 +0300
committerGitHub <noreply@github.com>2017-04-06 16:29:28 +0300
commitb8e71f296941c91b9b5ffba67723ca02d524e5b7 (patch)
tree52ca80c9d705efc05ef93a086f1ffd8491abdb97 /nixos/modules/services/x11/window-managers/default.nix
parent7cef3e45b22097e72bdefb5c5d67c4d1d6e17dde (diff)
parent7a38b0858fbed43e80f84a91da821eaaf657c5d7 (diff)
Merge pull request #24651 from edanaher/add-fvwm-window-manager
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 42785b2515873..32ef34bdad2b5 100644
--- a/nixos/modules/services/x11/window-managers/default.nix
+++ b/nixos/modules/services/x11/window-managers/default.nix
@@ -15,6 +15,7 @@ in
     ./dwm.nix
     ./exwm.nix
     ./fluxbox.nix
+    ./fvwm.nix
     ./herbstluftwm.nix
     ./i3.nix
     ./jwm.nix