Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
muzzle # Muzzle
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
muzzle # Muzzle
];
}
Package Definition
{
"pname": "muzzle",
"version": "1.9,426",
"src": {
"url": "https://muzzleapp.com/binaries/muzzle-426.zip",
"sha256": "f1b4e3d75d8b8de5b6217594c627e58a35e43049267b4eb82716393adefc5fa5"
},
"installPhase": [
"mkdir -p \"$out/Applications/Muzzle.app\" && cp -r \"Muzzle.app\" \"$out/Applications\""
],
"meta": {
"description": "Silence embarrassing notifications while screensharing",
"homepage": "https://muzzleapp.com/"
}
}