diff --git a/profiles/workspace/zsh/default.nix b/profiles/workspace/zsh/default.nix index 520a49d..612981f 100755 --- a/profiles/workspace/zsh/default.nix +++ b/profiles/workspace/zsh/default.nix @@ -1,7 +1,7 @@ { pkgs, config, lib, ... }: { environment.pathsToLink = [ "/share/zsh" ]; - environment.sessionVariables.SHELL = "zsh"; + environment.sessionVariables.SHELL = "${pkgs.zsh}/bin/zsh"; # A history file is screwed up otherwise :( persist.state.directories = [ "/home/balsoft/.local/share/zsh" ];