2021-05-29 16:35:27 +02:00
|
|
|
# Hardware-related modules
|
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
imports = [
|
2021-05-29 16:37:07 +02:00
|
|
|
./bluetooth.nix
|
2021-05-29 16:38:54 +02:00
|
|
|
./ergodox.nix
|
2021-06-03 18:10:37 +02:00
|
|
|
./mx-ergo.nix
|
2021-05-29 16:41:59 +02:00
|
|
|
./networking.nix
|
2021-05-29 16:43:32 +02:00
|
|
|
./sound.nix
|
2021-05-29 16:44:34 +02:00
|
|
|
./upower.nix
|
2021-05-29 16:35:27 +02:00
|
|
|
];
|
|
|
|
}
|