nichts/modules/system/hardware/module.nix

6 lines
102 B
Nix
Raw Normal View History

_: {
imports = [./bluetooth.nix ./keyboard ./graphics.nix];
services.irqbalance.enable = true;
}