1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/dell/latitude/7390/default.nix

9 lines
98 B
Nix
Raw Permalink Normal View History

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