From 94f9c8a116ce27377dac4317c67a4daa5487094d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 16 Nov 2024 15:13:09 +0000 Subject: [PATCH] Include .tmux.conf.local --- modules/home-manager/tmux.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = [