nix-config/modules/home/programs/btop.nix

6 lines
57 B
Nix

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