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