Revert "nixos/hidpi: add xserver dpi"

This commit is contained in:
Artturi 2021-11-29 23:26:46 +02:00 committed by GitHub
parent 33ef578c3d
commit 04a499cdde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,5 @@ with lib;
boot.loader.systemd-boot.consoleMode = mkDefault "1";
# TODO Find reasonable defaults X11 & wayland
services.xserver.dpi = lib.mkDefault 192;
};
}