nixos/modules/hardware/default.nix
2023-03-19 16:01:30 +01:00

15 lines
178 B
Nix

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