diff --git a/hosts/eos/default.nix b/hosts/eos/default.nix index df3a957..e2a1ffd 100644 --- a/hosts/eos/default.nix +++ b/hosts/eos/default.nix @@ -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;