Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
weakauras-companion # WeakAuras Companion
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
weakauras-companion # WeakAuras Companion
];
}
Package Definition
{
"pname": "weakauras-companion",
"version": "5.2.7",
"src": {
"url": "https://github.com/WeakAuras/WeakAuras-Companion/releases/download/v5.2.7/WeakAuras-Companion-5.2.7-mac-universal.dmg",
"sha256": "77dc9952535c8f2fe4efa1eb62a10a8751cc2846bccce60edf1dcf28854afb34"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"WeakAuras Companion.app\" \"$out/Applications/WeakAuras Companion.app\""
],
"meta": {
"description": "Update your auras from Wago.io and creates regular backups of them",
"homepage": "https://weakauras.wtf/"
}
}