From 16aad554b0f1a5ac40cce80c8681c06d8907c56b Mon Sep 17 00:00:00 2001 From: Rituraj <56511165+imxade@users.noreply.github.com> Date: Sun, 15 Jun 2025 20:07:14 +0530 Subject: [PATCH] removed explicit gpu mention as it's included in cpu profile --- dell/inspiron/3442/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dell/inspiron/3442/default.nix b/dell/inspiron/3442/default.nix index 44b65ce6..0d298ff3 100644 --- a/dell/inspiron/3442/default.nix +++ b/dell/inspiron/3442/default.nix @@ -2,9 +2,8 @@ { imports = [ - ../../../common/cpu/intel + ../../../common/cpu/intel/haswell ../../../common/pc/laptop - ../../../common/gpu/intel/haswell ]; hardware.enableAllFirmware = lib.mkDefault true;