nix-config/modules/home/programs/btop.nix
2026-04-15 18:26:05 -04:00

5 lines
55 B
Nix

{...}: {
programs.btop = {
enable = true;
};
}