about summary refs log tree commit diff
path: root/common-workstation.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-10-13 05:27:24 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-10-13 05:27:24 +0200
commit37a57d2753f84c809a470693ad3afb6c4e791ade (patch)
treee434a2a28283309b42bd39aa7c4e7f0b4e778457 /common-workstation.nix
parentda03760eeb325a48e2fd743af3e7e89cfd204390 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'common-workstation.nix')
-rw-r--r--common-workstation.nix1
1 files changed, 1 insertions, 0 deletions
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
     <nixpkgs/nixos/modules/programs/virtualbox.nix>
   ];