nixos/modules/hardware/default.nix
2024-10-22 23:05:15 +02:00

17 lines
224 B
Nix

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