From e520e779820ca92d6d9f55b33fea33be4433f515 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 25 Mar 2026 10:03:30 +0000 Subject: [PATCH] Update FredOS-Gaming.nix --- hosts/FredOS-Gaming.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index 57c7da5..5256a41 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -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;