Change scaling factor for keepassxc

This commit is contained in:
Andreas Zweili 2023-11-08 20:09:05 +01:00
parent ee9baf2b2d
commit 59aff12989
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ in
PartOf = [ "graphical-session.target" ];
};
Service = {
Environment = "QT_SCALE_FACTOR=1.25";
ExecStart = "${pkgs.keepassxc}/bin/keepassxc";
};
Install = {