summary refs log tree commit diff
path: root/nixos/modules/hardware/video/hidpi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/video/hidpi.nix')
-rw-r--r--nixos/modules/hardware/video/hidpi.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/hardware/video/hidpi.nix b/nixos/modules/hardware/video/hidpi.nix
index c480cc481df..ac72b652504 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;
   };
 }