1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Set dpi for stel-xps to workstation value

This commit is contained in:
Stefan Ellmauthaler 2022-05-30 10:43:55 +02:00
parent 9881e6d35e
commit b344c95d3b
Failed to extract signature

View File

@ -18,7 +18,8 @@
# enable X11 with lightdm and i3 # enable X11 with lightdm and i3
graphical = { graphical = {
enable = true; enable = true;
dpi = 180; # set dpi if used in mobile applications
# dpi = 180;
}; };
# enable sops # enable sops