about summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/default.nix
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2017-03-24 15:25:31 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2017-03-30 19:21:27 +0200
commitfd3a99633bbbb7fb314dd532d9f154340547f821 (patch)
treedcd1c328628c4feed6e63b82ddcc50f37a11595a /nixos/modules/services/x11/window-managers/default.nix
parentf9a10601990de8eada3470eda50f7cff8277bd0e (diff)
2bwm: init at 0.2
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..42785b2515873 100644
--- a/nixos/modules/services/x11/window-managers/default.nix
+++ b/nixos/modules/services/x11/window-managers/default.nix
@@ -8,6 +8,7 @@ in
 
 {
   imports = [
+    ./2bwm.nix
     ./afterstep.nix
     ./bspwm.nix
     ./compiz.nix