Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
streamlabs # Streamlabs Desktop
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
streamlabs # Streamlabs Desktop
];
}
Package Definition
{
"pname": "streamlabs",
"version": "1.19.6",
"src": {
"url": "https://slobs-cdn.streamlabs.com/Streamlabs+Desktop-1.19.6-arm64.dmg",
"sha256": "c29c4480bcaab170f963a5e7515b8197065fc10de5aad98273d620f1e3e0707d"
},
"installPhase": [
"mkdir -p \"$out/Applications/Streamlabs Desktop.app\" && cp -r \"Streamlabs Desktop.app\" \"$out/Applications\""
],
"meta": {
"description": "All-in-one live streaming software",
"homepage": "https://streamlabs.com/"
}
}