Files
nix-config/system/hardware/default.nix

11 lines
152 B
Nix
Raw Normal View History

{lib, ...}: {
2025-07-05 00:02:39 +02:00
imports = [
./amdgpu.nix
./bluetooth.nix
./sound.nix
./input
2025-07-05 00:02:39 +02:00
];
hardware.enableAllFirmware = lib.mkDefault true;
2025-07-05 00:02:39 +02:00
}