From c47790a7cf3bde1698b644bfcccd376ae1d2d332 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 19 May 2018 09:58:58 +0200 Subject: =?UTF-8?q?zsh=C2=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- odin.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/odin.nix b/odin.nix index 67ea2853..5405dd7d 100644 --- a/odin.nix +++ b/odin.nix @@ -56,7 +56,14 @@ monitor-uucp ]; - programs.zsh.enable = true; + programs.zsh = { + enable = true; + shellInit = '' + . ${config.system.build.setEnvironment} + + ${config.environment.shellInit} + ''; + }; services.openssh = { enable = true; -- cgit v1.2.3