2024-05-29 00:15:32 +02:00
|
|
|
{
|
|
|
|
inputs,
|
|
|
|
pkgs,
|
|
|
|
outputs,
|
|
|
|
lib,
|
|
|
|
...
|
|
|
|
}: {
|
|
|
|
catppuccin = {
|
|
|
|
enable = true;
|
|
|
|
accent = "blue";
|
2024-05-29 14:00:31 +02:00
|
|
|
flavor = "frappe";
|
2024-07-03 08:28:12 +02:00
|
|
|
|
|
|
|
pointerCursor.enable = true;
|
|
|
|
pointerCursor.accent = "blue";
|
|
|
|
pointerCursor.flavor = "frappe";
|
2024-05-29 00:15:32 +02:00
|
|
|
};
|
2024-07-03 08:28:12 +02:00
|
|
|
}
|