Update dpi scaling
This commit is contained in:
parent
64f1722125
commit
bf6d7f5a53
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
|
||||
displayManager = {
|
||||
lightdm.enable = true;
|
||||
lightdm.greeters.gtk.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue