Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
openlp # OpenLP
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
openlp # OpenLP
];
}
Package Definition
{
"pname": "openlp",
"version": "3.1.6",
"src": {
"url": "https://get.openlp.org/3.1.6/OpenLP-3.1.6-arm64.dmg",
"sha256": "42962f65bad08e4ef21877e803ed3bc200141dd83eb26ea443c3ae6bbcf7716c"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"OpenLP.app\" \"$out/Applications/OpenLP.app\""
],
"meta": {
"description": "Worship presentation software",
"homepage": "https://openlp.org/"
}
}