Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
quakenotch # QuakeNotch
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
quakenotch # QuakeNotch
];
}
Package Definition
{
"pname": "quakenotch",
"version": "1.2.1",
"src": {
"url": "https://github.com/rohanrhu/QuakeNotch/releases/download/v1.2.1/QuakeNotch.zip",
"sha256": "365f98885d4cf85084499ae3da753b96b8ad7145ead53b3f7a4f81930dc35c75"
},
"installPhase": [
"mkdir -p \"$out/Applications/QuakeNotch.app\" && cp -r \"QuakeNotch.app\" \"$out/Applications\""
],
"meta": {
"description": "MacBook Notch utility",
"homepage": "https://quakenotch.com/"
}
}