nixos/modules/hardware/default.nix

16 lines
198 B
Nix

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