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

12 lines
174 B
Nix
Raw Normal View History

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