nix-config/system/hardware/default.nix

13 lines
213 B
Nix
Raw Normal View History

{lib, ...}:
2025-07-05 00:02:39 +02:00
{
imports = [
./amdgpu.nix
./bluetooth.nix
./corne.nix
./ibm-trackpoint.nix
./opentablet.nix
./sound.nix
];
hardware.enableRedistributableFirmware = lib.mkDefault true;
2025-07-05 00:02:39 +02:00
}