pantheon/programs_temp/btop.nix
2025-03-27 03:19:25 +08:00

5 lines
48 B
Nix

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