Steam++ icon

Steam++ 3.0.0-rc.16

Steam helper tools

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    steam-plus-plus # Steam++
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    steam-plus-plus # Steam++
  ];
}

Package Definition

{
  "pname": "steam-plus-plus",
  "version": "3.0.0-rc.16",
  "src": {
    "url": "https://github.com/BeyondDimension/SteamTools/releases/download/3.0.0-rc.16/Steam++_v3.0.0-rc.16_macos.dmg",
    "sha256": "fb25c8923c2f60b55ef680a7909de75841fdd2c525b0cd19f49d64121997df61"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Steam++.app\" && cp -r \"Steam++.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Steam helper tools",
    "homepage": "https://steampp.net/"
  }
}