mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-08 20:19:40 +01:00
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
|
||
|
];
|
||
|
}
|