nixos/modules/amd.nix

7 lines
137 B
Nix

{pkgs, ...}: {
boot.initrd.kernelModules = ["amdgpu"];
hardware.opengl = {
driSupport = true;
driSupport32Bit = true;
};
}