catppuccin-palette/flake.nix
2023-03-28 21:13:32 -04:00

4 lines
160 B
Nix

{
description = "Soothing pastel theme to use within your projects!";
outputs = { self }: builtins.fromJSON (builtins.readFile ./palette-porcelain.json);
}