10 lines
134 B
Nix
10 lines
134 B
Nix
_: {
|
|
imports = [
|
|
./bluetooth.nix
|
|
./keyboard
|
|
./graphics.nix
|
|
./power.nix
|
|
];
|
|
|
|
services.irqbalance.enable = true;
|
|
}
|