From 60870f2f0777227a5771779d2c81364a10375e1c Mon Sep 17 00:00:00 2001 From: JohnMolotov Date: Fri, 20 Sep 2024 18:32:51 +1000 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Whitespace consistency Co-authored-by: Jörg Thalheim --- dell/xps/13-9340/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dell/xps/13-9340/default.nix b/dell/xps/13-9340/default.nix index 2fa1ef0..df0d503 100644 --- a/dell/xps/13-9340/default.nix +++ b/dell/xps/13-9340/default.nix @@ -3,7 +3,7 @@ ../../../common/cpu/intel ../../../common/pc/laptop ../../../common/pc/ssd - ../../../common/gpu/intel/meteor-lake + ../../../common/gpu/intel/meteor-lake ]; # Allows for updating firmware via `fwupdmgr`. @@ -12,5 +12,5 @@ # This will save you money and possibly your life! services.thermald.enable = mkDefault true; - hardware.intelgpu.deviceID = "7d55"; + hardware.intelgpu.deviceID = "7d55"; }