catppuccin-palette/flake.nix

5 lines
160 B
Nix
Raw Normal View History

2023-03-28 15:15:32 +02:00
{
description = "Soothing pastel theme to use within your projects!";
outputs = { self }: builtins.fromJSON (builtins.readFile ./palette-porcelain.json);
}