NixOS/settings.nix

8 lines
104 B
Nix

{
hardware = {
amdgpu = true;
intelgpu = false;
nvidiagpu = false;
};
}