mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-01-09 16:59:54 +01:00
hardware/bluetooth: enable battery display
This commit is contained in:
parent
d33c6f314c
commit
f309ea6e99
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ in
|
||||||
powerOnBoot = true;
|
powerOnBoot = true;
|
||||||
settings = {
|
settings = {
|
||||||
General = {
|
General = {
|
||||||
Enable = "Source,Sink,Media,Socket";
|
Experimental = true; # show battery percentages
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue