Simon Bruder
20ef95691b
Recalibrating my battery does not work and just breaks charging until the battery is removed and plugged in again.
9 lines
160 B
Nix
9 lines
160 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
services.tlp.enable = true;
|
|
|
|
# Allow calibrating battery
|
|
boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
|
}
|