nix-config/modules/hardware/default.nix
Bruno BELANYI a5d63dcf65 modules: hardware: add mx-ergo
This adds the ability to scroll using the ball, which is way better.
2021-06-07 17:56:46 +02:00

14 lines
170 B
Nix

# Hardware-related modules
{ ... }:
{
imports = [
./bluetooth.nix
./ergodox.nix
./mx-ergo.nix
./networking.nix
./sound.nix
./upower.nix
];
}