From 7d3ed8fe3db38be8bf6e7c511c0d9bb516ee61bc Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Wed, 7 Feb 2024 04:48:24 -0700 Subject: i think the issue with sddm settings was that i didn't start the variables with capital letters --- machines/zenbook/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'machines/zenbook/configuration.nix') diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index c51fabf..50754dd 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -33,9 +33,10 @@ services.xserver.displayManager.sddm = { enableHidpi = true; - wayland.enable = true; + # wayland.enable = true; settings = { - Wayland.serverArguments = "-nolisten tcp -dpi 170"; + # Wayland.EnableHiDPI = "true"; + X11.ServerArguments = "-nolisten tcp -dpi 170"; }; }; -- cgit v1.2.3