From 929485b645f0ed6332250a11d4a31b9438bc56ab Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Sat, 28 Feb 2015 11:14:33 -0300 Subject: [PATCH] Adding Afterstep to nixos modules --- nixos/modules/services/x11/window-managers/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/x11/window-managers/default.nix b/nixos/modules/services/x11/window-managers/default.nix index 628d475c968..15a54911a5d 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