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; [
|
environment.systemPackages = with pkgs; [
|
||||||
aria2
|
aria2
|
||||||
btop
|
btop
|
||||||
|
@ -267,7 +272,6 @@ with lib; {
|
||||||
ncdu
|
ncdu
|
||||||
nh
|
nh
|
||||||
rsync
|
rsync
|
||||||
tmux
|
|
||||||
trash-cli
|
trash-cli
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue