nixos/modules/system/hardware/default.nix
Florian RICHER 312448af7f
All checks were successful
check / check (push) Successful in 40s
system(steering-wheel): Add module
2025-06-18 21:37:49 +02:00

14 lines
No EOL
180 B
Nix

{ ... }:
{
imports = [
./audio
./bluetooth.nix
./gaming-kernel.nix
./keymaps
./graphics
./printing.nix
./steering-wheel.nix
./waydroid.nix
];
}