Add pkgs.acpi to gather battery status information

This commit is contained in:
Maximilian Bosch
2017-09-06 09:49:11 +02:00
parent 5340bd39d1
commit 0116223524

View File

@@ -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 ];
}