Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
steveschow-gfxcardstatus # gfxCardStatus
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
steveschow-gfxcardstatus # gfxCardStatus
];
} Package Definition
{
"pname": "steveschow-gfxcardstatus",
"version": "2.4.4i",
"src": {
"url": "https://github.com/steveschow/gfxCardStatus/releases/download/v2.4.4i/gfxCardStatus.app.zip",
"sha256": "69c0d6602808cca60158a6d833eab8d82d59f683d3c25de34d977c83fe208dd0"
},
"installPhase": [
"mkdir -p \"$out/Applications/gfxCardStatus.app\" && cp -r \"gfxCardStatus.app\" \"$out/Applications\""
],
"meta": {
"homepage": "https://github.com/steveschow/gfxCardStatus"
}
}