summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/default.nix
diff options
context:
space:
mode:
authorMatt Miemiec <meister@krutt.org>2014-08-09 17:31:05 -0400
committerPeter Simons <simons@cryp.to>2014-08-12 18:22:15 +0200
commit8695c586480d462cdd81e5619cfd163f1521fc10 (patch)
treef0797ae5b6fabceedcd7b3afb38a417ef379f119 /nixos/modules/services/x11/window-managers/default.nix
parent3a4fc75f52ccf4ad01636e7d67d75ca8889caf5c (diff)
downloadnixpkgs-8695c586480d462cdd81e5619cfd163f1521fc10.tar
nixpkgs-8695c586480d462cdd81e5619cfd163f1521fc10.tar.gz
nixpkgs-8695c586480d462cdd81e5619cfd163f1521fc10.tar.bz2
nixpkgs-8695c586480d462cdd81e5619cfd163f1521fc10.tar.lz
nixpkgs-8695c586480d462cdd81e5619cfd163f1521fc10.tar.xz
nixpkgs-8695c586480d462cdd81e5619cfd163f1521fc10.tar.zst
nixpkgs-8695c586480d462cdd81e5619cfd163f1521fc10.zip
Add the bspwm window manager to Nix.
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 f27ba366141..45a4e947e0a 100644
--- a/nixos/modules/services/x11/window-managers/default.nix
+++ b/nixos/modules/services/x11/window-managers/default.nix
@@ -17,6 +17,7 @@ in
       ./xmonad.nix
       ./i3.nix
       ./herbstluftwm.nix
+      ./bspwm.nix
     ];
 
   options = {