From 04a499cdde91c75ccaac3724827b2636c5e4460e Mon Sep 17 00:00:00 2001 From: Artturi Date: Mon, 29 Nov 2021 23:26:46 +0200 Subject: [PATCH] Revert "nixos/hidpi: add xserver dpi" --- nixos/modules/hardware/video/hidpi.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/hardware/video/hidpi.nix b/nixos/modules/hardware/video/hidpi.nix index c480cc481dfc..ac72b652504e 100644 --- a/nixos/modules/hardware/video/hidpi.nix +++ b/nixos/modules/hardware/video/hidpi.nix @@ -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; }; }