diff --git a/system/shared/modules/tmux.nix b/system/shared/modules/tmux.nix
index 2f5813b1..2a51f81d 100644
--- a/system/shared/modules/tmux.nix
+++ b/system/shared/modules/tmux.nix
@@ -33,7 +33,7 @@
       bind -n C-Up resize-pane -U 5
 
       # Status line customisation
-      set-option -g status-left "  "
+      set-option -g status-left " "
       set-option -g status-right " #{session_name} "
       set-option -g status-right-length 100
       set-option -g status-style "fg=#7C7D83 bg=#242631"