about summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/default.nix
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@gmail.com>2015-02-28 11:14:33 -0300
committerAndersonTorres <torres.anderson.85@gmail.com>2015-02-28 11:14:33 -0300
commit929485b645f0ed6332250a11d4a31b9438bc56ab (patch)
tree4573e0805541c806e8c0829cda58170643aa4aac /nixos/modules/services/x11/window-managers/default.nix
parent4129886f2e0c2551f8f44c2ce72649621f53c3fc (diff)
Adding Afterstep to nixos modules
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 628d475c96842..15a54911a5dac 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 = [
+    ./afterstep.nix
     ./bspwm.nix
     ./compiz.nix
     ./herbstluftwm.nix