Files
nix-config/home-manager/configs/btop.nix

8 lines
58 B
Nix

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