summaryrefslogtreecommitdiff
path: root/sif.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sif.nix')
-rw-r--r--sif.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/sif.nix b/sif.nix
index ea707047..7d375d98 100644
--- a/sif.nix
+++ b/sif.nix
@@ -330,6 +330,11 @@
330 330
331 nvidia = { 331 nvidia = {
332 modesetting.enable = true; 332 modesetting.enable = true;
333 optimus_prime = {
334 enable = true;
335 nvidiaBusId = "PCI:1:0.0";
336 intelBusId = "PCI:0:2.0";
337 };
333 }; 338 };
334 339
335 opengl.driSupport32Bit = true; 340 opengl.driSupport32Bit = true;