diff options
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ | |||
58 | 58 | ||
59 | programs.zsh = { | 59 | programs.zsh = { |
60 | enable = true; | 60 | enable = true; |
61 | shellInit = '' | 61 | shellInit = lib.mkForce '' |
62 | . ${config.system.build.setEnvironment} | 62 | . ${config.system.build.setEnvironment} |
63 | 63 | ||
64 | ${config.environment.shellInit} | 64 | ${config.environment.shellInit} |