mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-07 10:28:51 +08:00
11 lines
196 B
Nix
11 lines
196 B
Nix
{ config, lib, ... }:
|
|
{
|
|
imports = [
|
|
../../../common/cpu/amd
|
|
../../../common/cpu/amd/pstate.nix
|
|
../../../common/gpu/amd
|
|
../../../common/pc/ssd
|
|
../../framework-tool.nix
|
|
];
|
|
}
|