nixos/modules/hardware/default.nix
2023-03-19 14:27:51 +01:00

13 lines
151 B
Nix

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