enable nm-applet and cbatticon on laptop

This commit is contained in:
Kabbone 2022-10-07 17:38:24 +02:00
parent 7d89ab0653
commit 8055e2de60
Signed by: Kabbone
SSH Key Fingerprint: SHA256:iDfA/JbfNCsPT5EOvS1y+ZKaiXstaTWgm/6oQPn6LYg

View File

@ -39,12 +39,12 @@
services = { # Applets services = { # Applets
blueman-applet.enable = true; # Bluetooth blueman-applet.enable = true; # Bluetooth
# network-manager-applet.enable = true; # Network network-manager-applet.enable = true; # Network
# cbatticon = { cbatticon = {
# enable = true; enable = true;
# criticalLevelPercent = 10; criticalLevelPercent = 10;
# lowLevelPercent = 20; lowLevelPercent = 20;
# iconType = null; iconType = null;
# }; };
}; };
} }