Add font and UI scale settings for krita.

This commit is contained in:
Kevin Baensch 2019-05-19 06:33:32 +02:00
parent 1eb004e61e
commit d1a0a67915
2 changed files with 2 additions and 0 deletions

View file

@ -16,5 +16,6 @@ with lib;
NIXPKGS_ALLOW_UNFREE="1"; NIXPKGS_ALLOW_UNFREE="1";
WINEDLLOVERRIDES="winemenubuilder.exe=d"; WINEDLLOVERRIDES="winemenubuilder.exe=d";
LC_CTYPE="zh_CN.UTF-8"; LC_CTYPE="zh_CN.UTF-8";
QT_SCALE_FACTOR="0.7";
}; };
} }

View file

@ -21,6 +21,7 @@ mkIf (elem "fonts" config.machine.conffiles) {
noto-fonts-emoji noto-fonts-emoji
noto-fonts-extra noto-fonts-extra
powerline-fonts powerline-fonts
source-sans-pro
source-han-sans-japanese source-han-sans-japanese
source-han-sans-korean source-han-sans-korean
source-han-sans-simplified-chinese source-han-sans-simplified-chinese