show battery indicator on laptops

This commit is contained in:
2025-08-05 21:22:18 +02:00
parent 51ed79611d
commit d63ff510aa
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -51,6 +51,7 @@
"org.kde.plasma.brightness" "org.kde.plasma.brightness"
"org.kde.plasma.volume" "org.kde.plasma.volume"
"plasmashell_microphone" "plasmashell_microphone"
(lib.mkIf (osConfig.lumpiasty.laptop == true) "org.kde.plasma.battery")
]; ];
}; };
}; };
+1
View File
@@ -78,6 +78,7 @@ rec {
pointerSpeed = 0.2; pointerSpeed = 0.2;
accelerationProfile = "default"; accelerationProfile = "default";
}; };
laptop = true;
}; };
virtualisation.vmVariant = { virtualisation.vmVariant = {
+1
View File
@@ -2,4 +2,5 @@
{ {
options.lumpiasty.pc = lib.mkEnableOption "Enable options specific to personal computers"; options.lumpiasty.pc = lib.mkEnableOption "Enable options specific to personal computers";
options.lumpiasty.laptop = lib.mkEnableOption "Enable options specific to laptops";
} }