nixos-config/home/gaming/steam.nix
Felix Schröter c4a6dae6e5
Some checks failed
Test / tests (push) Has been cancelled
feat(gaming): disable proton-ge for now
2025-01-19 14:44:43 +01:00

19 lines
502 B
Nix

{ pkgs, ... }:
{
home.file = {
# proton-ge =
# let
# version = "GE-Proton7-54";
# in
# {
# recursive = true;
# source = builtins.fetchTarball {
# url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/${version}.tar.gz";
# sha256 = "1iy14s1d48wxnnmw45jh5w2yadkrvwip8k91xljwg066aprb00vi";
# };
# target = ".local/share/Steam/compatibilitytools.d/Proton-${version}/";
# };
};
}