diff --git a/lib/shared/modules/tmux.nix b/lib/shared/modules/tmux.nix
index ca810dd4..7f73be20 100644
--- a/lib/shared/modules/tmux.nix
+++ b/lib/shared/modules/tmux.nix
@@ -102,6 +102,8 @@ in {
       bind-key -r W run-shell "t ~/Documents/wiki"
 
       set -g @resurrect-strategy-nvim 'session'
+
+      if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'
     '';
 
     plugins =