diff --git a/modules/home/all/tmux.nix b/modules/home/all/tmux.nix index c540023..5a9fbf4 100644 --- a/modules/home/all/tmux.nix +++ b/modules/home/all/tmux.nix @@ -2,6 +2,7 @@ { programs.tmux = { enable = true; + shell = "${pkgs.bash}/bin/bash"; shortcut = "a"; # aggressiveResize = true; -- Disabled to be iTerm-friendly baseIndex = 1;