Setapp icon

Setapp 3.49.4,134,1765376606

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.49.4,134,1765376606",
  "src": {
    "url": "https://dl.devmate.com/com.setapp.DesktopClient/134/1765376606/Setapp-134.zip",
    "sha256": "09c116679dee678f6cdfa828294851666331df1f2e04be0f76093dbf70a6218a"
  },
  "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/"
  }
}