pantheon/users/programs/btop.nix
2025-03-27 02:00:31 +08:00

5 lines
48 B
Nix

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