mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
init configuration for t14 intel gen1 with and without nvidia dedicated graphics card ref: https://thinkwiki.de/T14_Gen_1_(Intel)
9 lines
102 B
Nix
9 lines
102 B
Nix
{ lib, config, ... }:
|
|
{
|
|
imports = [
|
|
../../../../../common/cpu/intel/comet-lake
|
|
|
|
../.
|
|
];
|
|
}
|