Show battery percentage on laptop

This commit is contained in:
2023-04-23 20:01:26 +01:00
parent 2b145aceff
commit b7d885f2c2

View File

@ -24,6 +24,12 @@ with lib.my;
system.stateVersion = "22.11";
dconf.settings = {
"org/gnome/desktop/interface" = {
show-battery-percentage = true;
};
};
modules = {
desktop = {
apps.qbittorrent.enable = true;