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";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2024-03-31 14:15:21 +00:00
|
|
|
programs.fish.shellAliases.htop = "btop";
|
2023-10-16 18:17:59 +00:00
|
|
|
}
|