Skip to content

Commit 61837d2

Browse files
authored
Merge pull request #1501 from imxade/patch-1
removed explicit gpu mention as it's included in cpu profile
2 parents 1914abc + 16aad55 commit 61837d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dell/inspiron/3442/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
{
44
imports = [
5-
../../../common/cpu/intel
5+
../../../common/cpu/intel/haswell
66
../../../common/pc/laptop
7-
../../../common/gpu/intel/haswell
87
];
98

109
hardware.enableAllFirmware = lib.mkDefault true;

0 commit comments

Comments
 (0)