tmux: use nix zsh, not fish

main
Zynh Ludwig 2024-08-20 17:23:08 -07:00
parent 1c5295a007
commit 52ab8df3e7
1 changed files with 1 additions and 1 deletions

View File

@ -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";