1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00
nixos-hardware/dell/latitude/7390/default.nix

9 lines
98 B
Nix
Raw Normal View History

2023-12-27 09:16:44 -05:00
{ lib, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
];
}