{ description = "Catppuccin Color Palette"; outputs = { self, ... }: { lib = { palette = import ./palette.nix; }; }; }