1

Color: Add catppuccin latte and mocha schemes

This commit is contained in:
2024-10-13 16:07:26 +02:00
parent fa5f3d8a8c
commit c103df5675
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;