Add pkgs.acpi
to gather battery status information
This commit is contained in:
parent
5340bd39d1
commit
0116223524
@ -1,4 +1,4 @@
|
||||
{ lib, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
@ -15,4 +15,6 @@ with lib;
|
||||
synaptics.enable = false;
|
||||
libinput.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.acpi ];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user