This commit is contained in:
2024-11-30 18:29:31 +01:00
parent 9ab12a589f
commit 1ab78c65d7
8 changed files with 170 additions and 31 deletions

View File

@@ -3,14 +3,13 @@
{
boot.initrd.kernelModules = [ "amdgpu" ];
hardware.opengl.enable = true;
hardware.opengl.driSupport32Bit = true;
hardware.opengl.extraPackages = with pkgs; [
hardware.graphics.enable = true;
hardware.graphics.extraPackages = with pkgs; [
amdvlk
mesa.drivers
];
hardware.opengl.extraPackages32 = with pkgs; [
hardware.graphics.extraPackages32 = with pkgs; [
driversi686Linux.amdvlk
];