From ec2b45fb836842abb89a14088ea84365a45019ae Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 18 Mar 2015 03:25:38 +0100 Subject: Move common{-workstation}.nix into profiles. Both files are specific to my machines only and need to be generalized in order to be useful for anyone else. Moving these files has a few other censequences, such that we now need to automatically import the module-list.nix in callMachine. Speaking of module-list.nix, the file is now alphabetically sorted. Signed-off-by: aszlig --- modules/module-list.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/module-list.nix') diff --git a/modules/module-list.nix b/modules/module-list.nix index 10b42671..7dd714f3 100644 --- a/modules/module-list.nix +++ b/modules/module-list.nix @@ -1,7 +1,9 @@ [ + ./user/aszlig/profiles/base.nix + ./user/aszlig/profiles/workstation.nix ./user/aszlig/programs/git + ./user/aszlig/programs/zsh ./user/aszlig/services/i3 ./user/aszlig/services/slim ./user/aszlig/services/vlock - ./user/aszlig/programs/zsh ] -- cgit 1.4.1