From ce5908ed1c96ac3e8cf9e9aa471441a1d653ab3b Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sun, 10 May 2026 14:57:19 +0530 Subject: switched from power-profiles-daemon to tlp & removed the option to manually change the power mode, tlp does it automatically now! --- nixos/opt/nvidia.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nixos/opt') diff --git a/nixos/opt/nvidia.nix b/nixos/opt/nvidia.nix index 191fa98..4373165 100644 --- a/nixos/opt/nvidia.nix +++ b/nixos/opt/nvidia.nix @@ -7,7 +7,9 @@ nvidiaSettings = true; open = false; prime = { - + sync.enable = true; + nvidiaBusId = "PCI:1:0:0"; + intelBusId = "PCI:0:2:0"; }; }; hardware.graphics.enable32Bit = true; -- cgit v1.2.3