nix-config/home/utils/btop.nix

11 lines
238 B
Nix

{
# https://github.com/catppuccin/btop/blob/main/themes/catppuccin_mocha.theme
xdg.configFile."btop/themes".source = ./themes;
# replacement of htop/nmon
programs.btop = {
enable = true;
catppuccin.enable = true;
};
}