From 5e6285288b725087d98b4ac04f258466c5de0033 Mon Sep 17 00:00:00 2001 From: traxys Date: Wed, 27 Mar 2024 16:42:38 +0100 Subject: [PATCH] thinkpad-nixos: Enable battery indicator --- hostconfig/thinkpad-nixos/hm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hostconfig/thinkpad-nixos/hm.nix b/hostconfig/thinkpad-nixos/hm.nix index c7812b9..e6b703d 100644 --- a/hostconfig/thinkpad-nixos/hm.nix +++ b/hostconfig/thinkpad-nixos/hm.nix @@ -325,6 +325,7 @@ in { traxys.waybar.modules."custom/khal".enable = true; traxys.waybar.modules."disk#root".enable = false; + traxys.waybar.modules."battery".enable = true; traxys.waybar.modules."network#wifi" = { enable = true; interface = "wlp4s0";