mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
53b470587f
fix #388
8 lines
95 B
Nix
8 lines
95 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./cpu-only.nix
|
|
../../gpu/intel.nix
|
|
];
|
|
}
|