nixos/modules/hardware/default.nix
2023-04-02 16:38:34 +02:00

16 lines
197 B
Nix

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