From 648e1dc45395df28bcec8c231c581283d9e3531f Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 28 Dec 2023 04:21:08 -0500 Subject: [PATCH] Enable supergfxd with nvidia thing apparently nvidia gpu is still using power even without driver and i want to turn it off (what the fuck) --- hosts/slab/nvidia-optimus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/slab/nvidia-optimus.nix b/hosts/slab/nvidia-optimus.nix index 0ab4c07..50b7b92 100644 --- a/hosts/slab/nvidia-optimus.nix +++ b/hosts/slab/nvidia-optimus.nix @@ -2,11 +2,11 @@ { + services.supergfxd.enable = true; specialisation = { nvidia.configuration = { system.nixos.tags = [ "NVIDIA" ]; - services.supergfxd.enable = true; # Load nvidia driver for Xorg and Wayland services.xserver.videoDrivers = ["amdgpu" "nvidia"];