Files
nixos-config/home/shell/btop.nix
2023-12-07 10:03:26 -04:00

9 lines
66 B
Nix

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