1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-20 05:17:22 +02:00
nixos-hardware/gpd/win-mini/2024/default.nix
2024-09-03 17:35:08 -07:00

12 lines
210 B
Nix

{ config, lib, ... }:
with lib;
{
imports = [
./..
../../../common/cpu/amd
../../../common/cpu/amd/pstate.nix
../../../common/gpu/amd
];
hardware.bluetooth.enable = lib.mkDefault true;
}