home: tmux: use solarized plugin

This commit is contained in:
Antoine Martin 2021-06-21 17:30:42 +02:00
parent 997e82e10b
commit 86d9a119cf

View file

@ -12,5 +12,14 @@ in
baseIndex = 1; baseIndex = 1;
terminal = "screen-256color"; terminal = "screen-256color";
clock24 = true; clock24 = true;
plugins = with pkgs; [
{
plugin = tmuxPlugins.tmux-colors-solarized;
extraConfig = ''
set -g @colors-solarized 'light'
'';
}
];
}; };
} }