1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/common/cpu/intel/default.nix
2022-04-12 11:08:50 -04:00

9 lines
95 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./cpu-only.nix
../../gpu/intel.nix
];
}