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.10",
"src": {
"url": "https://github.com/codybrom/blankie/releases/download/v1.0.10/Blankie.zip",
"sha256": "d575e3ce13c9f4ecf6fb36aec3793481695ab2aa8100f6d481f96d6d8f8e942c"
},
"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/"
}
}