nix-config/modules/nixos/hardware/default.nix
Bruno BELANYI 7948dc284b
All checks were successful
ci/woodpecker/push/check Pipeline was successful
nixos: hardware: rename 'trackball'
Since I do intend on configuring every trackball I own to use this
scheme, not just the MX Ergo.
2024-02-06 15:08:19 +00:00

16 lines
178 B
Nix

# Hardware-related modules
{ ... }:
{
imports = [
./bluetooth
./ergodox
./firmware
./graphics
./networking
./sound
./trackball
./upower
];
}