hardware/power.nix: init
This commit is contained in:
parent
cb504ad8ca
commit
cfefe9bbe1
2 changed files with 76 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
_: {
|
||||
imports = [./bluetooth.nix ./keyboard ./graphics.nix];
|
||||
imports = [
|
||||
./bluetooth.nix
|
||||
./keyboard
|
||||
./graphics.nix
|
||||
./power.nix
|
||||
];
|
||||
|
||||
services.irqbalance.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue