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

10 lines
105 B
Nix

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