about summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/default.nix
diff options
context:
space:
mode:
authorMarkus Schneider <mschneider@linkdot.org>2019-05-23 17:08:44 +0200
committerLassulus <github@lassul.us>2019-05-26 01:27:04 +0900
commitc30bd387d262571712c58debd02394898b971574 (patch)
tree6ba9f5ae65534ed4f97e405c456fe0f989f8bbc3 /nixos/modules/services/x11/window-managers/default.nix
parent0ae372dcde95053550e994f8cadfe104720dc41c (diff)
leftwm: enable service
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 06c59342b45a8..2a1f22fa9a4cd 100644
--- a/nixos/modules/services/x11/window-managers/default.nix
+++ b/nixos/modules/services/x11/window-managers/default.nix
@@ -19,6 +19,7 @@ in
     ./herbstluftwm.nix
     ./i3.nix
     ./jwm.nix
+    ./leftwm.nix
     ./metacity.nix
     ./mwm.nix
     ./openbox.nix