nixos/modules/hardware/default.nix
2023-11-07 22:49:32 +01:00

15 lines
196 B
Nix

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