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

7
flake.lock generated Normal file
View file

@ -0,0 +1,7 @@
{
"nodes": {
"root": {}
},
"root": "root",
"version": 7
}

9
flake.nix Normal file
View file

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

2795
palette.nix Normal file

File diff suppressed because it is too large Load diff