10 lines
134 B
Nix
10 lines
134 B
Nix
{ ... }:
|
|
|
|
{
|
|
# global
|
|
catppuccin = {
|
|
enable = true;
|
|
accent = "rosewater";
|
|
flavor = "latte";
|
|
};
|
|
} |