about summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/default.nix
diff options
context:
space:
mode:
authorChris Darnell <chris@cedeel.com>2016-10-07 23:35:31 -0400
committerChris Darnell <chris@cedeel.com>2016-10-16 01:28:11 -0400
commit137ce58317ac7afcfe5477848c8f34b5fbfd14d1 (patch)
tree9a6bdd6103df4815ee8e39deddf51af980e06c43 /nixos/modules/services/x11/window-managers/default.nix
parent02d7fbb678b7ee1749466143202c9651b428cd0f (diff)
bspwm-unstable: init at 2016-09-30
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..dabe2c26a72ff 100644
--- a/nixos/modules/services/x11/window-managers/default.nix
+++ b/nixos/modules/services/x11/window-managers/default.nix
@@ -10,6 +10,7 @@ in
   imports = [
     ./afterstep.nix
     ./bspwm.nix
+    ./bspwm-unstable.nix
     ./compiz.nix
     ./dwm.nix
     ./exwm.nix