Enable gruvbox tmux plugin

This commit is contained in:
Fern Garden 2025-08-01 13:27:01 +08:00
parent 8e103a2c46
commit d0b78b33d2

View file

@ -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
]; ];