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

Fix dpi option

This commit is contained in:
Stefan Ellmauthaler 2022-04-29 15:51:41 +02:00
parent cd10205e26
commit ffd3b93b51
Failed to extract signature

View File

@ -9,7 +9,7 @@ in
services = {
xserver = {
enable = isgraphical;
services.xserver.dpi = 180;
dpi = 180;
displayManager.lightdm = {
enable = isgraphical;
greeters.gtk.cursorTheme.size = cursorsize;