mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-15 15:39:41 +01:00
11 lines
197 B
Nix
11 lines
197 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../../../common/cpu/amd
|
|
../../../common/cpu/amd/pstate.nix
|
|
../../../common/gpu/amd
|
|
../../../common/pc/laptop
|
|
../../../common/pc/laptop/ssd
|
|
];
|
|
}
|