Remove custom proton version from home.nix
This commit is contained in:
15
home.nix
15
home.nix
@ -59,19 +59,4 @@ dashboard:
|
|||||||
"version" : 1
|
"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";
|
|
||||||
# };
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user