Bruno BELANYI
7948dc284b
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Since I do intend on configuring every trackball I own to use this scheme, not just the MX Ergo.
16 lines
178 B
Nix
16 lines
178 B
Nix
# Hardware-related modules
|
|
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./bluetooth
|
|
./ergodox
|
|
./firmware
|
|
./graphics
|
|
./networking
|
|
./sound
|
|
./trackball
|
|
./upower
|
|
];
|
|
}
|