From 37a57d2753f84c809a470693ad3afb6c4e791ade Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 13 Oct 2014 05:27:24 +0200 Subject: common-workstation: Add zsh configuration. I'm tired of copying around my zsh configuration file, which I didn't include in my NixOS configurations because it was quite messy so far. It is still a bit messy, but at least most of the old crap is gone now, and we're using programs.zsh to configure it. Signed-off-by: aszlig --- common-workstation.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'common-workstation.nix') diff --git a/common-workstation.nix b/common-workstation.nix index a6ae7839..b5f3eff6 100644 --- a/common-workstation.nix +++ b/common-workstation.nix @@ -4,6 +4,7 @@ imports = [ ./common.nix ./packages.nix + ./zsh.nix ]; -- cgit 1.4.1