This commit is contained in:
2026-01-31 09:31:02 -07:00
parent a29d1d15a6
commit 438c4dcb2d

View File

@@ -13,7 +13,7 @@
# "hid_microsoft" # Xbox One Elite 2 controller driver preferred by Steam
# "uinput"
# ];
boot.kernelPackages = pkgs.linuxPackages_6_6;
#boot.kernelPackages = pkgs.linuxPackages_6_6;
boot.kernelParams = [
"amdgpu.discovery=1"
];
@@ -109,4 +109,4 @@
system.stateVersion = "25.11"; # Did you read the comment?
}
}