add gaming specialisation
This commit is contained in:
parent
38d4da83c8
commit
8530ee662b
1 changed files with 11 additions and 0 deletions
|
|
@ -28,4 +28,15 @@
|
||||||
amdgpuBusId = "PCI:193:0:0";
|
amdgpuBusId = "PCI:193:0:0";
|
||||||
nvidiaBusId = "PCI:100:0:0";
|
nvidiaBusId = "PCI:100:0:0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
specialisation = {
|
||||||
|
gamind.configuration = {
|
||||||
|
system.nixos.tags = [ "gaming" ];
|
||||||
|
hardware.nvidia = {
|
||||||
|
prime.offload.enable = lib.mkForce false;
|
||||||
|
prime.offload.enableOffloadCmd = lib.mkForce false;
|
||||||
|
prime.sync.enable = lib.mkForce true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue