Skip to content

Commit c08a584

Browse files
committed
Add tmux gruxbox plugin
1 parent e646b01 commit c08a584

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

home/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,12 @@
391391
set -g @continuum-save-interval '60' # minutes
392392
'';
393393
}
394+
{
395+
plugin = tmuxPlugins.gruvbox;
396+
extraConfig = ''
397+
set -g @tmux-gruvbox 'dark'
398+
'';
399+
}
394400
tmuxPlugins.yank
395401
];
396402
};

0 commit comments

Comments
 (0)