Initial commit

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

9
flake.nix Normal file
View file

@ -0,0 +1,9 @@
{
description = "Catppuccin Color Palette";
outputs = { self, ... }: {
lib = {
palette = import ./palette.nix;
};
};
}