treewide: Switch from gpu/intel to cpu/intel where applicable

This commit is contained in:
Gavin John 2024-10-10 10:04:47 -07:00 committed by mergify[bot]
parent c058019ce1
commit 7495e87753
35 changed files with 32 additions and 51 deletions

View file

@ -7,7 +7,7 @@
{
imports = [
../.
../../../common/gpu/intel
../../../common/cpu/intel
../../../common/gpu/nvidia
../../../common/gpu/nvidia/kepler
../../../common/hidpi.nix

View file

@ -6,8 +6,7 @@
}: {
imports = [
../.
../../../common/gpu/intel/kaby-lake
../../../common/gpu/intel
../../../common/cpu/intel/kaby-lake
../../../common/gpu/amd
../../../common/hidpi.nix
../../../common/pc/laptop/ssd

View file

@ -3,13 +3,11 @@
{
imports = [
../../.
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/ssd
];
# Built-in iSight is recognized by the generic uvcvideo kernel module
hardware.facetimehd.enable = false;
hardware.cpu.intel.updateMicrocode =
lib.mkDefault config.hardware.enableRedistributableFirmware;
}

View file

@ -3,7 +3,7 @@
{
imports = [
../.
../../../common/gpu/intel/sandy-bridge
../../../common/cpu/intel/sandy-bridge
];
boot.kernelParams = [

View file

@ -6,8 +6,7 @@
}: {
imports = [
../.
../../../common/gpu/intel/kaby-lake
../../../common/gpu/intel
../../../common/cpu/intel/kaby-lake
../../../common/hidpi.nix
../../../common/pc/laptop/ssd
../../../common/pc/laptop/acpi_call.nix

View file

@ -3,7 +3,7 @@
{
imports = [
../.
../../../common/gpu/intel/sandy-bridge
../../../common/cpu/intel/sandy-bridge
../../../common/pc/laptop/ssd
];