FreeShow icon

FreeShow 1.6.5

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.6.5",
  "src": {
    "url": "https://github.com/ChurchApps/FreeShow/releases/download/v1.6.5/FreeShow-1.6.5-arm64.zip",
    "sha256": "1de2c724b4a05717aa3a6ed74d7c30da9c1b4ae67fb031897b4220d75a63a270"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/FreeShow.app\" && cp -r \"FreeShow.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Presentation software",
    "homepage": "https://freeshow.app/"
  }
}