nixfleet/hmModules/btop/default.nix

6 lines
78 B
Nix

{
programs.btop = {
enable = true;
settings.update_ms = 100;
};
}