diff --git a/nix/home.nix b/nix/home.nix index 45e8132e..b9d70ffa 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -533,7 +533,7 @@ in plugins = with pkgs; [ tmuxPlugins.cpu ]; prefix = "C-s"; terminal = "tmux-256color"; - shell = if isLinux then "${pkgs.zsh}/bin/zsh" else "/bin/zsh"; + shell = if isLinux then "${pkgs.zsh}/bin/zsh" else "/Users/${userName}/.nix-profile/bin/zsh"; extraConfig = '' bind-key C command-prompt -p "Name of new window: " "new-window -n '%%'"