nix-config/home/btop/default.nix

13 lines
No EOL
301 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;
settings = {
color_theme = "catppuccin_mocha";
theme_background = true;
};
};
}