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