From be4dbbc339433d0de03f801c1c1223b1cd26330d Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 18 Mar 2015 14:36:11 +0100 Subject: aszlig/profiles: Move zsh config into "base". I want to have a useful zsh configuration on all of my machines, so let's not only enable it for the workstation profile. Also, this removes a redundant zsh reference in the systemPackages of the base profile. Signed-off-by: aszlig --- modules/user/aszlig/profiles/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/aszlig/profiles/base.nix') diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix index b264cdd3..4083150c 100644 --- a/modules/user/aszlig/profiles/base.nix +++ b/modules/user/aszlig/profiles/base.nix @@ -40,6 +40,7 @@ in { ''; vuizvui.user.aszlig.programs.vim.enable = true; + vuizvui.user.aszlig.programs.zsh.enable = true; services.nixosManual.showManual = false; @@ -55,7 +56,6 @@ in { vlock wget xz - zsh ]; nixpkgs.config = import ../../../../nixpkgs/config.nix; -- cgit 1.4.1