feat: customize all app's theme to catppuccin-mocha

This commit is contained in:
Ryan Yin
2023-07-29 13:10:46 +08:00
parent 714c45f5f9
commit e1cd93d6d1
24 changed files with 432 additions and 1310 deletions
+4 -2
View File
@@ -1,4 +1,4 @@
{...}: {
{ catppuccin-starship, ...}: {
programs.starship = {
enable = true;
@@ -20,6 +20,8 @@
format = "on [$symbol$active(\($region\))]($style) ";
symbol = "🅶 ";
};
};
palette = "catppuccin_mocha";
} // builtins.fromTOML (builtins.readFile "${catppuccin-starship}/palettes/mocha.toml");
};
}