summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-05-19 09:58:58 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-05-19 09:58:58 +0200
commitc47790a7cf3bde1698b644bfcccd376ae1d2d332 (patch)
treee10120790ac73504210844aecac238d753a1f7d5
parent13bd64fe858fe6b89c1dad695d50e511e566f18e (diff)
downloadnixos-c47790a7cf3bde1698b644bfcccd376ae1d2d332.tar
nixos-c47790a7cf3bde1698b644bfcccd376ae1d2d332.tar.gz
nixos-c47790a7cf3bde1698b644bfcccd376ae1d2d332.tar.bz2
nixos-c47790a7cf3bde1698b644bfcccd376ae1d2d332.tar.xz
nixos-c47790a7cf3bde1698b644bfcccd376ae1d2d332.zip
zsh·
-rw-r--r--odin.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 67ea2853..5405dd7d 100644
--- a/odin.nix
+++ b/odin.nix
@@ -56,7 +56,14 @@
56 monitor-uucp 56 monitor-uucp
57 ]; 57 ];
58 58
59 programs.zsh.enable = true; 59 programs.zsh = {
60 enable = true;
61 shellInit = ''
62 . ${config.system.build.setEnvironment}
63
64 ${config.environment.shellInit}
65 '';
66 };
60 67
61 services.openssh = { 68 services.openssh = {
62 enable = true; 69 enable = true;