tmux: use nix zsh, not fish
This commit is contained in:
parent
1c5295a007
commit
52ab8df3e7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
shell = getExe pkgs.fish;
|
||||
shell = getExe pkgs.zsh;
|
||||
mouse = true;
|
||||
baseIndex = 1;
|
||||
terminal = "screen-256color";
|
||||
|
|
Loading…
Reference in a new issue