tv x220: add tpacpi-bat
This commit is contained in:
parent
bed32d5be8
commit
77be9b677d
@ -3,6 +3,19 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../smartd.nix
|
../smartd.nix
|
||||||
|
{
|
||||||
|
boot.extraModulePackages = [
|
||||||
|
config.boot.kernelPackages.acpi_call
|
||||||
|
];
|
||||||
|
|
||||||
|
boot.kernelModules = [
|
||||||
|
"acpi_call"
|
||||||
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.tpacpi-bat
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.extraModulePackages = [
|
boot.extraModulePackages = [
|
||||||
|
Loading…
Reference in New Issue
Block a user