nixos-config/modules/home/btop.nix
wo2wz a1196deb25 remove all default packages,
add btop configs,
update ssh local ips,
add multiple programs to niri config and add more keybinds
2025-08-01 00:36:00 -04:00

11 lines
No EOL
147 B
Nix

{ config, ... }:
{
programs.btop = {
enable = true;
settings = {
color_theme = "tokyo-night";
update_ms = 500;
};
};
}