Add catppuccin

This commit is contained in:
2025-05-30 16:17:12 -04:00
parent 01448035dd
commit e352cb9cda
2 changed files with 24 additions and 5 deletions

View File

@@ -35,6 +35,11 @@
};
};
catppuccin = {
enable = true;
flavor = "mocha";
}
programs.alacritty = {
enable = true;
settings = {
@@ -45,7 +50,7 @@
};
};
};
theme = "catppuccin_mocha";
# theme = "catppuccin_mocha";
};
programs.bash = {
@@ -189,7 +194,7 @@
enableBashIntegration = true;
installVimSyntax = true;
settings = {
theme = "catppuccin-mocha";
# theme = "catppuccin-mocha";
font-family = "BlexMono Nerd Font";
font-size = 11;
};