mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
7 lines
137 B
Nix
7 lines
137 B
Nix
{pkgs, ...}: {
|
|
boot.initrd.kernelModules = ["amdgpu"];
|
|
hardware.opengl = {
|
|
driSupport = true;
|
|
driSupport32Bit = true;
|
|
};
|
|
}
|