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