diff --git a/home.nix b/home.nix index 781a96d..a362a99 100644 --- a/home.nix +++ b/home.nix @@ -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"; - # }; - }; - }; }