about summary refs log tree commit diff
path: root/common-workstation.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-08-01 18:18:58 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-08-01 18:18:58 +0200
commitb6994282fb333cba164d09a1afb44588ee1668ca (patch)
tree78dd7a2ede0a1af7749f9f9f1e2e63b2cc51723d /common-workstation.nix
parent55bd6d355508df4cf3725b7cb0cdb9248a0add7a (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'common-workstation.nix')
-rw-r--r--common-workstation.nix3
1 files changed, 2 insertions, 1 deletions
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
     <nixpkgs/nixos/modules/programs/virtualbox.nix>
-    ./modules/i3
   ];
 
   boot.kernelParams = [ "zswap.enabled=1" ];
@@ -31,6 +30,8 @@
     ];
   };
 
+  vuizvui.i3.enable = true;
+
   services = {
     openssh = {
       enable = true;