diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-12 05:01:28 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-12 05:01:28 -0700 |
| commit | f578ed905f76836132d256e678b819f490c1ae66 (patch) | |
| tree | 78507f653617a676abb2aaf7593dea81b78b2de0 /machines/zenbook | |
| parent | d7048b62427abc75fc540aa189c4bb488342ba2d (diff) | |
hopefully fix sddm scaling this time
Diffstat (limited to 'machines/zenbook')
| -rw-r--r-- | machines/zenbook/configuration.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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 = { |
