15 lines
161 B
Nix
15 lines
161 B
Nix
# Hardware-related modules
|
|
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./bluetooth
|
|
./ergodox
|
|
./firmware
|
|
./mx-ergo
|
|
./networking
|
|
./sound
|
|
./upower
|
|
];
|
|
}
|