mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-25 02:11:02 +01:00
treewide: Switch from gpu/intel to cpu/intel where applicable
This commit is contained in:
parent
c058019ce1
commit
7495e87753
35 changed files with 32 additions and 51 deletions
|
|
@ -7,7 +7,7 @@
|
|||
{
|
||||
imports = [
|
||||
../.
|
||||
../../../common/gpu/intel
|
||||
../../../common/cpu/intel
|
||||
../../../common/gpu/nvidia
|
||||
../../../common/gpu/nvidia/kepler
|
||||
../../../common/hidpi.nix
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
imports = [
|
||||
../.
|
||||
../../../common/gpu/intel/sandy-bridge
|
||||
../../../common/cpu/intel/sandy-bridge
|
||||
];
|
||||
|
||||
boot.kernelParams = [
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
imports = [
|
||||
../.
|
||||
../../../common/gpu/intel/sandy-bridge
|
||||
../../../common/cpu/intel/sandy-bridge
|
||||
../../../common/pc/laptop/ssd
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue