1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-10-18 19:07:23 +02:00
nixos-hardware/hp/laptop/14s-dq2024nf/default.nix
2024-09-29 07:37:18 +00:00

11 lines
204 B
Nix

{ config, lib, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/gpu/intel/tiger-lake
../../../common/pc
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];
}