config/packages/data/misc/steam-metro-skin/default.nix
2022-02-05 20:47:50 +01:00

9 lines
205 B
Nix

{ fetchzip }:
fetchzip {
name = "metro-for-steam-4.4";
url =
"https://github.com/minischetti/metro-for-steam/archive/v4.4.zip";
sha256 = "sha256-E/hmOODf/aBAcc/RYueqMjQ+7SuvftfjYCVKD6CTX+U=";
}