diff options
Diffstat (limited to '')
-rw-r--r-- | home/shell/zsh/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/shell/zsh/default.nix b/home/shell/zsh/default.nix index 67cc370..408ba9b 100644 --- a/home/shell/zsh/default.nix +++ b/home/shell/zsh/default.nix @@ -41,12 +41,13 @@ in # variables from home-manager are not set yet otherwise (and I # need them for things like firefox or emacs). initExtra = lib.concatMapStrings builtins.readFile [ + ./ssh-agent.zsh ./sway.zsh ./completion-style.zsh ./options.zsh ./prompt.zsh ./tmux.zsh - ./ssh-agent.zsh + ./new-go-project.zsh ]; }; }; |