diff --git a/modules/home-manager/tmux.nix b/modules/home-manager/tmux.nix index 7f7600f..26695b5 100644 --- a/modules/home-manager/tmux.nix +++ b/modules/home-manager/tmux.nix @@ -76,6 +76,9 @@ in # Same, for now windows # bind c new-window -c "#{pane_current_path}" + + # Move status bar to the top + set-option -g status-position top ''; };