FreeShow icon

FreeShow 1.5.7

Presentation software

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "freeshow_beta",
  "version": "1.5.7",
  "src": {
    "url": "https://github.com/ChurchApps/FreeShow/releases/download/v1.5.7/FreeShow-1.5.7-arm64.zip",
    "sha256": "48cf3d41c58c92f2602e17ac52b9aa053dd1b3d461846d5063bd13682098cd46"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/FreeShow.app\" && cp -r \"FreeShow.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Presentation software",
    "homepage": "https://freeshow.app/"
  }
}