diff options
-rw-r--r-- | machines/helium.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/helium.nix b/machines/helium.nix index 093b25d..75ff74e 100644 --- a/machines/helium.nix +++ b/machines/helium.nix @@ -112,7 +112,7 @@ in { ''; xserver.libinput.mouse.buttonMapping = "1 2 8 4 5 6 7 3 9"; xserver.xkbOptions = "caps:ctrl_modifier"; - xserver.dpi = 331; + xserver.dpi = 166; xserver.displayManager.sddm.enable = true; xserver.windowManager.xmonad.enable = true; |