1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-03 03:23:35 +02:00
nixos-hardware/dell/latitude/7280/default.nix

10 lines
132 B
Nix
Raw Permalink Normal View History

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