Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
blankie # Blankie
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
blankie # Blankie
];
} Package Definition
{
"pname": "blankie",
"version": "1.0.13",
"src": {
"url": "https://github.com/codybrom/blankie/releases/download/v1.0.13/Blankie.zip",
"sha256": "1fa5a506b145790b67a3c8f3a661fd4eb7eeec8a61a5326a81546e0a3a8aac56"
},
"installPhase": [
"mkdir -p \"$out/Applications/Blankie.app\" && cp -r \"Blankie.app\" \"$out/Applications\""
],
"meta": {
"description": "Ambient sound mixer for creating custom soundscapes",
"homepage": "https://blankie.rest/"
}
}