diff --git a/modules/home-manager/tmux.nix b/modules/home-manager/tmux.nix index bbfc1c2..78476da 100644 --- a/modules/home-manager/tmux.nix +++ b/modules/home-manager/tmux.nix @@ -71,6 +71,8 @@ in bind-key -r f run-shell "tmux new-window t" set -g @resurrect-strategy-nvim 'session' + + if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local' ''; plugins = [