Files
nix-config/home/dogar/common/optional/btop.nix

7 lines
57 B
Nix

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