1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-07-26 14:34:14 +02:00
nixos-hardware/dell/latitude/7280/default.nix

10 lines
132 B
Nix
Raw Normal View History

2024-03-26 22:45:41 +01:00
{ lib, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];
}