nixos/modules/hardware/default.nix
2023-12-24 00:07:29 +01:00

16 lines
210 B
Nix

# Hardware-related modules
{ ... }:
{
imports = [
./bluetooth
./debug
./drive-monitor
./firmware
./graphics
./id-card
./keychron
./sound
./thunderbolt
./yubikey
];
}