From a0767a1a09072410648e08d9e1f1619244269142 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 6 Feb 2024 08:54:08 +0400 Subject: [PATCH] they merged the pr --- hosts/sakotop/configuration.nix | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index c9c67ae2..927d0c7c 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -68,15 +68,14 @@ }; }; hardware = { - # TODO Uncomment this on next flake update - # nvidia = { - # enable = true; - # prime = { - # enable = true; - # intelBusId = "PCI:0:2:0"; - # nvidiaBusId = "PCI:1:0:0"; - # }; - # }; + nvidia = { + enable = true; + prime = { + enable = true; + intelBusId = "PCI:0:2:0"; + nvidiaBusId = "PCI:1:0:0"; + }; + }; intelgputools.enable = true; pipewire.enable = true; bluetooth.enable = true;