nix-config/home/utils/btop.nix

8 lines
108 B
Nix

{
# replacement of htop/nmon
programs.btop = {
enable = true;
catppuccin.enable = true;
};
}