puzzlevision/modules/home/themes/catppuccin/global/default.nix

13 lines
194 B
Nix

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