From 6ab2271eeb5bad4ff513fc8c27a44b7db0fe6ec8 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sun, 17 Aug 2025 23:37:46 -0400 Subject: [PATCH] add upower --- etcnixos/common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etcnixos/common.nix b/etcnixos/common.nix index 3afb2da..66f81cd 100644 --- a/etcnixos/common.nix +++ b/etcnixos/common.nix @@ -145,6 +145,9 @@ # Making sure mullvad works on boot mullvad-vpn.enable = true; + + # power statistics + upower.enable = true; }; # EST