1

Color: Add catppuccin latte and mocha schemes

This commit is contained in:
2024-10-13 16:07:26 +02:00
parent a04a7d7d7d
commit 94d2ff1ebb
6 changed files with 197 additions and 12 deletions

View File

@ -38,6 +38,12 @@ rec {
google = false;
};
color = {
enable = true; # You can't disable this
lightScheme = "catppuccin-latte";
darkScheme = "catppuccin-mocha";
};
firefox = {
enable = true;
wayland = true;