vanadium: environment variable fixes

This commit is contained in:
Primrose 2025-03-05 15:31:19 +01:00
parent e625f0a921
commit f87fc428d0
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 8 additions and 7 deletions

View file

@ -22,12 +22,6 @@ in {
".wallpaper".source = "${pkgs.wallpapers.estradiol}/main.svg";
};
home.sessionVariables = {
# Fix digikam being too small
# https://bugs.kde.org/show_bug.cgi?id=427662
QT_SCALE_FACTOR = 1.25;
};
xresources.properties = {
"Xft.dpi" = 150;
};