Use catppuccin module #8
1 changed files with 2 additions and 7 deletions
|
|
@ -1,14 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
{...}: {
|
||||
home-manager = {
|
||||
users.toast = {
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
color_theme = "catppuccin_mocha";
|
||||
};
|
||||
};
|
||||
xdg.configFile = {
|
||||
"btop/themes".source = "${pkgs.catppuccin}/btop";
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue