Enable gruvbox tmux plugin
This commit is contained in:
parent
8e103a2c46
commit
d0b78b33d2
1 changed files with 5 additions and 1 deletions
|
@ -259,6 +259,11 @@ with lib; {
|
|||
};
|
||||
};
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
plugins = [pkgs.tmuxPlugins.gruvbox];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
aria2
|
||||
btop
|
||||
|
@ -267,7 +272,6 @@ with lib; {
|
|||
ncdu
|
||||
nh
|
||||
rsync
|
||||
tmux
|
||||
trash-cli
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue