Initial commit
This commit is contained in:
commit
8041eb5358
3 changed files with 2830 additions and 0 deletions
8
flake.nix
Normal file
8
flake.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
description = "Catppuccin Color Palete";
|
||||
outputs = {
|
||||
lib = {
|
||||
palette = (import ./palette.nix);
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue