1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-07-02 01:18:32 +02:00
nixos-hardware/gpd/win-max-2/2023/default.nix

11 lines
158 B
Nix
Raw Normal View History

2023-12-25 21:14:17 +01:00
{ config, lib, ...}:
2023-12-25 02:04:38 +01:00
with lib;
{
imports = [
./..
../../../common/cpu/amd
../../../common/cpu/amd/pstate.nix
../../../common/gpu/amd
];
}