hardware/power.nix: init

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit cfefe9bbe1
2 changed files with 76 additions and 1 deletions

View file

@ -1,5 +1,10 @@
_: {
imports = [./bluetooth.nix ./keyboard ./graphics.nix];
imports = [
./bluetooth.nix
./keyboard
./graphics.nix
./power.nix
];
services.irqbalance.enable = true;
}