From 91b3d93de61eb8265efafa0645e7268ce155da12 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sun, 25 Sep 2022 11:04:59 -0700 Subject: [PATCH] Removed extraneous boilerplate --- users/alejandro/tmux.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/users/alejandro/tmux.nix b/users/alejandro/tmux.nix index b93f154..3189d15 100644 --- a/users/alejandro/tmux.nix +++ b/users/alejandro/tmux.nix @@ -18,11 +18,8 @@ set -g @resurrect-strategy-vim 'session' ''; } - { - plugin = vim-tmux-navigator; - extraConfig = '' - ''; - } + + vim-tmux-navigator ]; extraConfig = ''