14 lines
189 B
Nix
14 lines
189 B
Nix
_: {
|
|
hardware = {
|
|
amdgpu = {
|
|
initrd = {
|
|
enable = true;
|
|
};
|
|
|
|
overdrive = {
|
|
enable = true;
|
|
ppfeaturemask = "0xfffd7fff";
|
|
};
|
|
};
|
|
};
|
|
}
|