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.2",
"src": {
"url": "https://slobs-cdn.streamlabs.com/Streamlabs+Desktop-1.19.2-arm64.dmg",
"sha256": "ff8dc791fc32256a6c38e7ea297c07c0b5ff5e4945abea2a4769fd67fe725157"
},
"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/"
}
}