Add font and UI scale settings for krita.
This commit is contained in:
parent
1eb004e61e
commit
d1a0a67915
2 changed files with 2 additions and 0 deletions
|
@ -16,5 +16,6 @@ with lib;
|
|||
NIXPKGS_ALLOW_UNFREE="1";
|
||||
WINEDLLOVERRIDES="winemenubuilder.exe=d";
|
||||
LC_CTYPE="zh_CN.UTF-8";
|
||||
QT_SCALE_FACTOR="0.7";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,6 +21,7 @@ mkIf (elem "fonts" config.machine.conffiles) {
|
|||
noto-fonts-emoji
|
||||
noto-fonts-extra
|
||||
powerline-fonts
|
||||
source-sans-pro
|
||||
source-han-sans-japanese
|
||||
source-han-sans-korean
|
||||
source-han-sans-simplified-chinese
|
||||
|
|
Loading…
Reference in a new issue