10 lines
227 B
Nix
10 lines
227 B
Nix
|
{pkgs, ...}: {
|
||
|
imports = [
|
||
|
../../../../common/cpu/amd
|
||
|
../../../../common/cpu/amd/pstate.nix
|
||
|
../../../../common/cpu/amd/raphael/igpu.nix
|
||
|
../../../../common/pc/laptop
|
||
|
../../../../common/pc/laptop/ssd
|
||
|
];
|
||
|
}
|