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