nixos/modules/hardware/default.nix
2023-03-19 14:42:42 +01:00

14 lines
166 B
Nix

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