From 8284fe074cac322e18cfd768d0b3a98beb22b93f Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 18 Jul 2020 22:50:40 +0200 Subject: [PATCH] Install acpi to monitor battery status --- modules/software.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/software.nix b/modules/software.nix index 58a42dd..8e9e351 100644 --- a/modules/software.nix +++ b/modules/software.nix @@ -4,6 +4,7 @@ environment.systemPackages = with pkgs; [ # Monitoring htop + acpi # Password management gnupg pass-wayland