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.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common.nix') diff --git a/common.nix b/common.nix index a3ceef6d..f3137969 100644 --- a/common.nix +++ b/common.nix @@ -1,6 +1,8 @@ { config, pkgs, ... }: { + imports = import ./modules/module-list.nix; + nix = { package = pkgs.nixUnstable; useChroot = true; -- cgit 1.4.1