From b6994282fb333cba164d09a1afb44588ee1668ca Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 1 Aug 2014 18:18:58 +0200 Subject: common: Include modules using module-list. This also means that we now have to explicitly enable a certain feature, such as vuizvui.i3 (which is the only module right now). Signed-off-by: aszlig --- common-workstation.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common-workstation.nix') diff --git a/common-workstation.nix b/common-workstation.nix index fc071d00..5d952677 100644 --- a/common-workstation.nix +++ b/common-workstation.nix @@ -4,7 +4,6 @@ imports = [ ./common.nix - ./modules/i3 ]; boot.kernelParams = [ "zswap.enabled=1" ]; @@ -31,6 +30,8 @@ ]; }; + vuizvui.i3.enable = true; + services = { openssh = { enable = true; -- cgit 1.4.1