From 478cc4aa6e029a5afaf75a26ee3601b522b5d217 Mon Sep 17 00:00:00 2001 From: Nicholas Sielicki Date: Sun, 6 Mar 2022 19:25:42 +0000 Subject: [PATCH] make comment more clear that it applies to all igpus, not just intel --- common/gpu/nvidia-disable.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/gpu/nvidia-disable.nix b/common/gpu/nvidia-disable.nix index f2e2158..c6516af 100644 --- a/common/gpu/nvidia-disable.nix +++ b/common/gpu/nvidia-disable.nix @@ -1,7 +1,7 @@ { lib, pkgs, ... }: { - # This runs only Intel and nvidia does not drain power. + # This runs only intel/amdgpu igpus and nvidia dgpus do not drain power. ##### disable nvidia, very nice battery life. hardware.nvidiaOptimus.disable = lib.mkDefault true;