try this
This commit is contained in:
parent
3cd00b8791
commit
b0317d7d4a
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
baseIndex = 1;
|
baseIndex = 1;
|
||||||
shortcut = "s";
|
shortcut = "s";
|
||||||
mouse = true;
|
mouse = true;
|
||||||
shell = lib.getExe pkgs.fish;
|
shell = "${lib.getExe pkgs.fish} -l";
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
tmuxPlugins.sensible
|
tmuxPlugins.sensible
|
||||||
tmuxPlugins.better-mouse-mode
|
tmuxPlugins.better-mouse-mode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue