about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/tazjin/nixos/modules/hidpi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/nixos/modules/hidpi.nix b/users/tazjin/nixos/modules/hidpi.nix
index 942798112a..7fa3e41933 100644
--- a/users/tazjin/nixos/modules/hidpi.nix
+++ b/users/tazjin/nixos/modules/hidpi.nix
@@ -13,5 +13,5 @@
   # Bump DPI across the board.
   # TODO(tazjin): This should actually be set per monitor, but I
   # haven't yet figured out the right interface for doing that.
-  services.xserver.dpi = 192;
+  services.xserver.dpi = 161;
 }