1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-28 15:38:32 +02:00
nixos-hardware/dell/xps/13-9310/default.nix

8 lines
97 B
Nix
Raw Normal View History

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