summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-02-07 04:48:24 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2024-02-07 04:48:24 -0700
commit7d3ed8fe3db38be8bf6e7c511c0d9bb516ee61bc (patch)
tree08e9794e94147e8a5599c593d783013e23db010f /machines
parent932e1c54ca6652ca36d09283110a8386f92804a5 (diff)
i think the issue with sddm settings was that i didn't start the variables with capital letters
Diffstat (limited to 'machines')
-rw-r--r--machines/zenbook/configuration.nix5
1 files changed, 3 insertions, 2 deletions
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";
};
};