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

View file

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