Remove custom proton version from home.nix

This commit is contained in:
2025-08-26 15:30:16 -04:00
parent 4f18496341
commit 5bb2cb3670

View File

@ -59,19 +59,4 @@ dashboard:
"version" : 1
}
'';
# Custom proton version for vrchat
# https://github.com/SpookySkeletons/proton-ge-rtsp/releases for new releases
home.file = {
".steam/steam/compatibilitytools.d/proton-ge-rtsp" = {
source = pkgs.fetchzip {
url = "https://github.com/SpookySkeletons/proton-ge-rtsp/releases/download/GE-Proton9-22-rtsp17-1/GE-Proton9-22-rtsp17-1.tar.gz";
sha256 = "sha256-GeExWNW0J3Nfq5rcBGiG2BNEmBg0s6bavF68QqJfuX8=";
};
# source = builtins.fetchGit {
# url = "https://github.com/SpookySkeletons/proton-ge-rtsp";
# rev = "a0bd24515522a708c7503f3f2c057d91f58750ef";
# };
};
};
}