my god
This commit is contained in:
parent
b0317d7d4a
commit
afbaee8e3d
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
baseIndex = 1;
|
||||
shortcut = "s";
|
||||
mouse = true;
|
||||
shell = "${lib.getExe pkgs.fish} -l";
|
||||
shell = lib.getExe pkgs.fish;
|
||||
plugins = with pkgs; [
|
||||
tmuxPlugins.sensible
|
||||
tmuxPlugins.better-mouse-mode
|
||||
|
|
@ -32,6 +32,7 @@
|
|||
set -g allow-passthrough on
|
||||
set -ga update-environment TERM
|
||||
set -ga update-environment TERM_PROGRAM
|
||||
set-option -g default-command "${lib.getExe pkgs.fish} -l"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue