Initial commit

This commit is contained in:
alejandro-angulo 2025-12-19 20:29:06 -08:00
commit 8041eb5358
3 changed files with 2830 additions and 0 deletions

8
flake.nix Normal file
View file

@ -0,0 +1,8 @@
{
description = "Catppuccin Color Palete";
outputs = {
lib = {
palette = (import ./palette.nix);
};
};
}