Color: Add catppuccin latte and mocha schemes
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user