7 lines
167 B
Nix
7 lines
167 B
Nix
_: {
|
|
home.file.".steam/steam/steam_dev.cfg".text = ''
|
|
@nClientDownloadEnableHTTP2PlatformLinux 0
|
|
@fDownloadRateImprovementToAddAnotherConnection 1.0
|
|
'';
|
|
}
|