nixos/modules/hardware/default.nix
2023-03-18 16:28:32 +01:00

12 lines
135 B
Nix

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