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