From dcd08cc47cf98c6b2517f0711ce435898731bdef Mon Sep 17 00:00:00 2001 From: sid Date: Sat, 18 Apr 2026 19:54:29 +0200 Subject: [PATCH] waybar: enable batsignal if battery module is enabled --- modules/home/waybar/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/waybar/default.nix b/modules/home/waybar/default.nix index ea794ce..c5669dd 100644 --- a/modules/home/waybar/default.nix +++ b/modules/home/waybar/default.nix @@ -129,5 +129,7 @@ in }; }; }; + + programs.batsignal.enable = builtins.elem "battery" cfg.settings.mainBar.modules-right; }; }