nichts/modules/system/hardware/module.nix

11 lines
134 B
Nix
Raw Normal View History

_: {
2025-04-09 15:31:18 +02:00
imports = [
./bluetooth.nix
./keyboard
./graphics.nix
./power.nix
];
services.irqbalance.enable = true;
}