mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-01-19 02:13:06 +01:00
13 lines
194 B
Nix
13 lines
194 B
Nix
{
|
|
...
|
|
}: {
|
|
catppuccin = {
|
|
enable = true;
|
|
accent = "blue";
|
|
flavor = "macchiato";
|
|
|
|
cursors.enable = true;
|
|
cursors.accent = "blue";
|
|
cursors.flavor = "macchiato";
|
|
};
|
|
}
|