tmux theme settings
This commit is contained in:
parent
0725022975
commit
c48853e285
1 changed files with 5 additions and 0 deletions
|
@ -271,6 +271,11 @@ with lib; {
|
|||
programs.tmux = {
|
||||
enable = true;
|
||||
plugins = [pkgs.tmuxPlugins.kanagawa];
|
||||
extraConfigBeforePlugins = ''
|
||||
set -g @kanagawa-plugins " "
|
||||
set -g @kanagawa-theme "dragon"
|
||||
set -g @kanagawa-ignore-window-colors true
|
||||
'';
|
||||
};
|
||||
|
||||
programs.nh = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue