summaryrefslogtreecommitdiff
path: root/sif.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sif.nix')
-rw-r--r--sif.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/sif.nix b/sif.nix
index b56b0280..5f193a54 100644
--- a/sif.nix
+++ b/sif.nix
@@ -97,6 +97,8 @@
97 libinput.enable = true; 97 libinput.enable = true;
98 98
99 dpi = 282; 99 dpi = 282;
100
101 videoDrivers = [ "intel" "nvidia" ];
100 }; 102 };
101 103
102 yggdrasilTinc = { 104 yggdrasilTinc = {
@@ -293,10 +295,10 @@
293 295
294 brightnessctl.enable = true; 296 brightnessctl.enable = true;
295 297
296 bumblebee = { 298 nvidia.optimus_prime = {
297 enable = true; 299 enable = true;
298 group = "video"; 300 nvidiaBusId = "PCI:1:0:0";
299 connectDisplay = true; 301 intelBusId = "PCI:0:2:0";
300 }; 302 };
301 }; 303 };
302 304