Steam++ icon

Steam++ 3.0.0-rc.12

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