From 472c1818aeaa79b0c70af92c05796ca88a1f21b1 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Tue, 12 Aug 2025 05:05:28 +0200 Subject: [PATCH] show power profile indicator on all computers --- home-modules/plasma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-modules/plasma.nix b/home-modules/plasma.nix index f31e58b..4167bb5 100644 --- a/home-modules/plasma.nix +++ b/home-modules/plasma.nix @@ -51,7 +51,7 @@ "org.kde.plasma.brightness" "org.kde.plasma.volume" "plasmashell_microphone" - (lib.mkIf (osConfig.lumpiasty.laptop == true) "org.kde.plasma.battery") + "org.kde.plasma.battery" ]; }; };