diff --git a/nix/homeModules/common/fish/default.nix b/nix/homeModules/common/fish/default.nix index c3b15848..c47a18d7 100644 --- a/nix/homeModules/common/fish/default.nix +++ b/nix/homeModules/common/fish/default.nix @@ -24,10 +24,9 @@ in { programs.tmux.extraConfig = lib.mkBefore '' # sessionizer binds bind -n C-f run-shell "tmux new-window ${fishExe} -c tmux-sessionizer" - bind -n C-g run-shell "${fishExe} -c tmux-home" bind s run-shell "${fishExe} -c tmux-last" ''; - programs.kitty.settings.shell = ''${fishExe} --command="tmux-home"''; + programs.kitty.settings.shell = ''${fishExe}''; # # Script dependencies