1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-16 11:31:39 +02:00
nixos-hardware/dell/latitude/7390/default.nix
2023-12-29 11:43:26 +00:00

8 lines
98 B
Nix

{ lib, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
];
}