nixos/modules/hardware/default.nix
2022-11-30 14:52:47 +01:00

8 lines
75 B
Nix

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