1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 02:23:33 +02:00
nixos-hardware/dell/latitude/3340/default.nix
2022-12-31 11:57:44 +01:00

10 lines
127 B
Nix

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