Steam++ icon

Steam++ 3.0.0-rc.14

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.14",
  "src": {
    "url": "https://github.com/BeyondDimension/SteamTools/releases/download/3.0.0-rc.14/Steam++_v3.0.0-rc.14_macos.dmg",
    "sha256": "c412db0a8a49ba9179c3398aed5d32d653d5f2d7feeb88150d7d15df6a18e2df"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Steam++.app\" \"$out/Applications/Steam++.app\""
  ],
  "meta": {
    "description": "Steam helper tools",
    "homepage": "https://steampp.net/"
  }
}