Setapp icon

Setapp 3.46.2,121,1752679753

Collection of apps available by subscription

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    setapp # Setapp
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    setapp # Setapp
  ];
}

Package Definition

{
  "pname": "setapp",
  "version": "3.46.2,121,1752679753",
  "src": {
    "url": "https://dl.devmate.com/com.setapp.DesktopClient/121/1752679753/Setapp-121.zip",
    "sha256": "7fccd43b7832ea798ee89f3e272c8cfcbc92fc59e77c715e3a25725de4156539"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Setapp.app\" && cp -r \"Setapp.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Collection of apps available by subscription",
    "homepage": "https://setapp.com/"
  }
}