mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-01-19 02:13:06 +01:00
Jo
57d067d501
feat: WIP add "absolutesolver" system and "cyn" user *wink wink* refactor: clean up some comments and remove empty lines
13 lines
212 B
Nix
13 lines
212 B
Nix
{
|
|
...
|
|
}: {
|
|
catppuccin = {
|
|
enable = true;
|
|
accent = "blue";
|
|
flavor = "macchiato";
|
|
|
|
pointerCursor.enable = true;
|
|
pointerCursor.accent = "blue";
|
|
pointerCursor.flavor = "macchiato";
|
|
};
|
|
}
|