From c1ad26246c666a503380ec60ba8a0a0642c61341 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sun, 28 Jul 2024 07:21:13 -0700 Subject: [PATCH] tmux: formatting --- home/modules/tmux.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/home/modules/tmux.nix b/home/modules/tmux.nix index fa5bbb0..9e4fdf6 100644 --- a/home/modules/tmux.nix +++ b/home/modules/tmux.nix @@ -26,10 +26,7 @@ in set -g @rose_pine_date_time '%c' # %c is a good value but ''; } - { - plugin = tmuxPlugins.vim-tmux-navigator; - - } + { plugin = tmuxPlugins.vim-tmux-navigator; } ]; extraConfig = ''