This commit is contained in:
Osman Faruk Bayram 2025-09-16 10:59:10 +03:00
parent b0317d7d4a
commit afbaee8e3d

View file

@ -10,7 +10,7 @@
baseIndex = 1; baseIndex = 1;
shortcut = "s"; shortcut = "s";
mouse = true; mouse = true;
shell = "${lib.getExe pkgs.fish} -l"; shell = lib.getExe pkgs.fish;
plugins = with pkgs; [ plugins = with pkgs; [
tmuxPlugins.sensible tmuxPlugins.sensible
tmuxPlugins.better-mouse-mode tmuxPlugins.better-mouse-mode
@ -32,6 +32,7 @@
set -g allow-passthrough on set -g allow-passthrough on
set -ga update-environment TERM set -ga update-environment TERM
set -ga update-environment TERM_PROGRAM set -ga update-environment TERM_PROGRAM
set-option -g default-command "${lib.getExe pkgs.fish} -l"
''; '';
}; };
} }