2023-12-30 22:50:34 +00:00
|
|
|
{inputs, ...}: {
|
|
|
|
xdg.configFile."btop/themes".source = "${inputs.catppuccin-btop}/themes";
|
2023-10-16 18:17:59 +00:00
|
|
|
|
|
|
|
programs.btop = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
settings = {
|
|
|
|
theme_background = false;
|
|
|
|
color_theme = "catppuccin_mocha";
|
|
|
|
clock_format = "%Y-%m-%d %X";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-12-16 14:45:33 +00:00
|
|
|
programs.zsh.shellAliases.htop = "btop";
|
2023-10-16 18:17:59 +00:00
|
|
|
}
|