From f578ed905f76836132d256e678b819f490c1ae66 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 12 Jan 2024 05:01:28 -0700 Subject: hopefully fix sddm scaling this time --- machines/zenbook/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'machines') diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index 40283c3..7f5e132 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -33,9 +33,9 @@ services.xserver.displayManager.sddm = { enableHidpi = true; wayland.enable = true; - # settings = { - # serverArguments = "-nolisten tcp -dpi 170"; - # }; + settings = { + Wayland.serverArguments = "-nolisten tcp -dpi 170"; + }; }; networking = { -- cgit v1.2.3