home: tmux: use solarized plugin
This commit is contained in:
parent
997e82e10b
commit
86d9a119cf
|
@ -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'
|
||||||
|
'';
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue