diff --git a/modules/home-manager/tmux.nix b/modules/home-manager/tmux.nix
index bbfc1c26..78476da2 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 = [