nix-config/home/utils/btop.nix

14 lines
217 B
Nix

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