FreeShow icon

FreeShow 1.4.5

Presentation software

Installation

System wide:

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

Home Manager:

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

Package Definition

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