Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
quickboot # QuickBoot
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
quickboot # QuickBoot
];
} Package Definition
{
"pname": "quickboot",
"version": "1.1-92",
"src": {
"url": "https://buttered-cat.com/downloads/get/4/QuickBoot-1.1-92.zip",
"sha256": "5119e1113949baae165efc726b757d58a887743f1dc6ae8d03a978be7b5da4a3"
},
"installPhase": [
"mkdir -p \"$out/Applications/QuickBoot.app\" && cp -r \"QuickBoot.app\" \"$out/Applications\""
],
"meta": {
"homepage": "https://buttered-cat.com/product/quickboot/"
}
}