mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: move xft dpi config to nix
This commit is contained in:
parent
8c3a965358
commit
455f062edb
2 changed files with 4 additions and 2 deletions
|
|
@ -28,6 +28,10 @@ in {
|
|||
QT_SCALE_FACTOR = 1.25;
|
||||
};
|
||||
|
||||
xresources.properties = {
|
||||
"Xft.dpi" = 150;
|
||||
};
|
||||
|
||||
fonts.fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue