nixos/modules/hardware/default.nix

10 lines
87 B
Nix
Raw Normal View History

2022-11-30 14:52:47 +01:00
# Hardware-related modules
{ ... }:
{
imports = [
./nitrokey
2022-11-30 14:54:05 +01:00
./sound
2022-11-30 14:52:47 +01:00
];
}