nix-config/modules/home/themes/catppuccin/global/default.nix
Jo 57d067d501 feat(modules): add server archetype
feat: WIP add "absolutesolver" system and "cyn" user *wink wink*
refactor: clean up some comments and remove empty lines
2024-09-18 21:21:48 +02:00

13 lines
212 B
Nix

{
...
}: {
catppuccin = {
enable = true;
accent = "blue";
flavor = "macchiato";
pointerCursor.enable = true;
pointerCursor.accent = "blue";
pointerCursor.flavor = "macchiato";
};
}