1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-10-19 03:17:22 +02:00
nixos-hardware/hp/laptop/14s-dq2024nf/default.nix

12 lines
204 B
Nix
Raw Normal View History

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