mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-03-14 15:51:32 +01:00
12 lines
No EOL
114 B
Nix
12 lines
No EOL
114 B
Nix
{
|
|
inputs,
|
|
pkgs,
|
|
outputs,
|
|
lib,
|
|
...
|
|
}: {
|
|
gtk = {
|
|
enable = true;
|
|
catppuccin.enable = true;
|
|
};
|
|
} |