Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
aigcpanel # AigcPanel
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
aigcpanel # AigcPanel
];
}
Package Definition
{
"pname": "aigcpanel",
"version": "1.0.0",
"src": {
"url": "https://github.com/modstart-lib/aigcpanel/releases/download/v1.0.0/AigcPanel-1.0.0-mac-arm64.dmg",
"sha256": "a7f3bb5fbb96b95fa0f2175f7df916c1b205f93dedfd6df5466ed6a6f2be9c34"
},
"installPhase": [
"mkdir -p \"$out/Applications/AigcPanel.app\" && cp -r \"AigcPanel.app\" \"$out/Applications\""
],
"meta": {
"description": "AI video, audio and broadcast generator",
"homepage": "https://aigcpanel.com/"
}
}