Files
garandos/modules/home/steam.nix

7 lines
167 B
Nix

_: {
home.file.".steam/steam/steam_dev.cfg".text = ''
@nClientDownloadEnableHTTP2PlatformLinux 0
@fDownloadRateImprovementToAddAnotherConnection 1.0
'';
}