We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d501e commit 60870f2Copy full SHA for 60870f2
dell/xps/13-9340/default.nix
@@ -3,7 +3,7 @@
3
../../../common/cpu/intel
4
../../../common/pc/laptop
5
../../../common/pc/ssd
6
- ../../../common/gpu/intel/meteor-lake
+ ../../../common/gpu/intel/meteor-lake
7
];
8
9
# Allows for updating firmware via `fwupdmgr`.
@@ -12,5 +12,5 @@
12
# This will save you money and possibly your life!
13
services.thermald.enable = mkDefault true;
14
15
- hardware.intelgpu.deviceID = "7d55";
+ hardware.intelgpu.deviceID = "7d55";
16
}
0 commit comments