11 lines
137 B
Nix
11 lines
137 B
Nix
|
{ config, lib, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
../common
|
||
|
../common/amd.nix
|
||
|
../../../../common/cpu/amd/raphael/igpu.nix
|
||
|
];
|
||
|
|
||
|
}
|