nixos/modules/hardware/default.nix

11 lines
105 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
2023-01-08 00:46:09 +01:00
./thunderbolt
2022-11-30 14:52:47 +01:00
];
}