nix-config/home/utils/btop.nix

12 lines
186 B
Nix

{
# replacement of htop/nmon
programs.btop = {
enable = true;
settings = {
theme_background = true;
update_ms = 725;
graph_symbol = "block";
};
};
}