show battery indicator on laptops
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
"org.kde.plasma.brightness"
|
||||
"org.kde.plasma.volume"
|
||||
"plasmashell_microphone"
|
||||
(lib.mkIf (osConfig.lumpiasty.laptop == true) "org.kde.plasma.battery")
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -78,6 +78,7 @@ rec {
|
||||
pointerSpeed = 0.2;
|
||||
accelerationProfile = "default";
|
||||
};
|
||||
laptop = true;
|
||||
};
|
||||
|
||||
virtualisation.vmVariant = {
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
|
||||
{
|
||||
options.lumpiasty.pc = lib.mkEnableOption "Enable options specific to personal computers";
|
||||
options.lumpiasty.laptop = lib.mkEnableOption "Enable options specific to laptops";
|
||||
}
|
||||
Reference in New Issue
Block a user