mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
Add pkgs.acpi to gather battery status information
This commit is contained in:
@@ -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 ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user