Update FredOS-Gaming.nix

This commit is contained in:
ediblerope 2026-03-25 10:03:30 +00:00 committed by GitHub
parent 082f7d39e6
commit e520e77982
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@
boot.initrd.kernelModules = [ "amdgpu" ];
# Enable AMD GPU overdrive for overclocking/undervolting
boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" "acpi_osi=\"!Windows 2015\"" ];
boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" "acpi_osi=\"!Windows 2015\"" "amdgpu.freesync_video=1"];
programs.steam = {
enable = true;