nixos/modules/hardware/default.nix
2023-01-08 00:52:00 +01:00

11 lines
120 B
Nix

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