diff --git a/nix/homeModules/common/fish/default.nix b/nix/homeModules/common/fish/default.nix index c47a18d7..d5ce080e 100644 --- a/nix/homeModules/common/fish/default.nix +++ b/nix/homeModules/common/fish/default.nix @@ -23,8 +23,8 @@ in { programs.direnv.config.whitelist.prefix = [(config.home.sessionVariables.REPO_PATH + "/leana8959")]; programs.tmux.extraConfig = lib.mkBefore '' # sessionizer binds - bind -n C-f run-shell "tmux new-window ${fishExe} -c tmux-sessionizer" - bind s run-shell "${fishExe} -c tmux-last" + bind -n C-f run-shell "tmux new-window tmux-sessionizer" + bind s run-shell "tmux-last" ''; programs.kitty.settings.shell = ''${fishExe}'';