From b344c95d3bef99282d1161ffbe4af73b0798c0d8 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Mon, 30 May 2022 10:43:55 +0200 Subject: [PATCH] Set dpi for stel-xps to workstation value --- machines/stel-xps/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machines/stel-xps/default.nix b/machines/stel-xps/default.nix index f5c8a83..a2e863d 100644 --- a/machines/stel-xps/default.nix +++ b/machines/stel-xps/default.nix @@ -18,7 +18,8 @@ # enable X11 with lightdm and i3 graphical = { enable = true; - dpi = 180; + # set dpi if used in mobile applications +# dpi = 180; }; # enable sops