Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
nugget # Nugget
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
nugget # Nugget
];
} Package Definition
{
"pname": "nugget",
"version": "7.3.1",
"src": {
"url": "https://github.com/leminlimez/Nugget/releases/download/v7.3.1/Nugget_macOS_arm.dmg",
"sha256": "fcc64370471a0c1087bd945febaa598b91616fc3106a8048263e2c660ed0d799"
},
"installPhase": [
"mkdir -p \"$out/Applications/Nugget.app\" && cp -r \"Nugget.app\" \"$out/Applications\""
],
"meta": {
"description": "Customise your iOS device with animated wallpapers, disable daemons and more",
"homepage": "https://github.com/leminlimez/Nugget"
}
}