about summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/default.nix
diff options
context:
space:
mode:
authorEric Sagnes <eric.sagnes@gmail.com>2016-11-14 00:21:06 +0900
committerEric Sagnes <eric.sagnes@gmail.com>2016-11-14 00:41:05 +0900
commit293da497c3dc6c6e595f81076ec6dd5a2fa06f52 (patch)
treeaacc773ce0291ea349dbc82c22ad9732ae4a3766 /nixos/modules/services/x11/window-managers/default.nix
parent8600e38bcaadef0d4b13e710d9c41b30abf0a9d7 (diff)
bspwm module: refactor
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, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/window-managers/default.nix b/nixos/modules/services/x11/window-managers/default.nix
index dabe2c26a72ff..f005decfa33c2 100644
--- a/nixos/modules/services/x11/window-managers/default.nix
+++ b/nixos/modules/services/x11/window-managers/default.nix
@@ -10,7 +10,6 @@ in
   imports = [
     ./afterstep.nix
     ./bspwm.nix
-    ./bspwm-unstable.nix
     ./compiz.nix
     ./dwm.nix
     ./exwm.nix