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

13 lines
193 B
Nix
Raw Normal View History

{lib, ...}: {
2025-07-05 00:02:39 +02:00
imports = [
./amdgpu.nix
./bluetooth.nix
./fingerprint.nix
./input
2026-03-26 22:30:44 +01:00
./pinetab2.nix
./sound.nix
2025-07-05 00:02:39 +02:00
];
hardware.enableAllFirmware = lib.mkDefault true;
2025-07-05 00:02:39 +02:00
}