This commit is contained in:
Sam Nystrom 2023-04-30 05:28:22 +02:00 committed by GitHub
commit 4b61b1229c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
flake.nix Normal file
View file

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