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

@ -6,7 +6,6 @@ let
in {
imports = [
../../../common/cpu/intel
../../../common/gpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/acpi_call.nix
../../../common/pc/ssd

View file

@ -1,6 +1,6 @@
{
imports = [
../../../common/gpu/intel/kaby-lake
../../../common/cpu/intel/kaby-lake
../../../common/pc/laptop
];

View file

@ -2,7 +2,7 @@
{
imports = [
../../../common/gpu/intel/kaby-lake
../../../common/cpu/intel/kaby-lake
../../../common/pc/laptop
../../../common/pc/laptop/acpi_call.nix
];

View file

@ -1,7 +1,6 @@
{
imports = [
../../../common/cpu/intel
../../../common/gpu/intel/kaby-lake
../../../common/cpu/intel/kaby-lake
../../../common/pc/laptop
./xps-common.nix
../../../common/gpu/nvidia

View file

@ -1,7 +1,6 @@
{
imports = [
../../../../common/cpu/intel
../../../../common/gpu/intel/kaby-lake
../../../../common/cpu/intel/kaby-lake
../../../../common/pc/laptop
../../../../common/gpu/nvidia/disable.nix
../xps-common.nix

View file

@ -1,8 +1,7 @@
{ lib, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/gpu/intel/kaby-lake
../../../common/cpu/intel/kaby-lake
../../../common/pc/laptop
./xps-common.nix
];