Update dpi scaling

This commit is contained in:
Ethan Lane 2024-07-08 14:55:55 +01:00
parent 64f1722125
commit bf6d7f5a53
2 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,12 @@ in {
fonts.fontconfig.enable = true;
environment.variables = {
EDITOR = "nvim";
GDK_SCALE = 0.5;
GDK_DPI_SCALE = 0.5;
};
xdg = {
enable = true;
userDirs = {
@ -64,6 +70,7 @@ in {
pm2
plexamp
polybar
ranger
rofi
rofi-emoji
steam

View file

@ -55,6 +55,7 @@
displayManager = {
lightdm.enable = true;
lightdm.greeters.gtk.enable = true;
};
};
};