Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
wallpaper-wizard # Wallpaper Wizard
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
wallpaper-wizard # Wallpaper Wizard
];
}
Package Definition
{
"pname": "wallpaper-wizard",
"version": "2.2.0",
"src": {
"url": "https://dl.devmate.com/com.macpaw.WallWiz-site/WallpaperWizard-2.dmg",
"sha256": "8237a147a685cf4831a637b3fbf113ccb14f1150801450b2f1cc96f2f5b7942c"
},
"installPhase": [
"mkdir -p \"$out/Applications/Wallpaper Wizard.app\" && cp -r \"Wallpaper Wizard.app\" \"$out/Applications\""
],
"meta": {
"description": "Adjustable wallpaper application",
"homepage": "https://wallwiz.com/"
}
}