summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-09-13 16:47:30 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-09-13 16:47:30 +0200
commit7149b8a7e7dcc63434fbbdcb44d856b3f0f0487f (patch)
tree7569e086656317907b57519345cbfad6943c5522 /share
parent26e7c42e89e4e823048bf2743eec7fb15e652c8f (diff)
better scaling for SDDM
Diffstat (limited to 'share')
-rw-r--r--share/common.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/common.nix b/share/common.nix
index cc44c93..14fae91 100644
--- a/share/common.nix
+++ b/share/common.nix
@@ -186,6 +186,12 @@ in
services.displayManager.sddm = {
enable = true;
wayland.enable = true;
+ settings = {
+ General = {
+ # ensure we have proper scaling
+ GreeterEnvironment = "QT_WAYLAND_SHELL_INTEGRATION=layer-shell,QT_SCREEN_SCALE_FACTORS=1.5";
+ };
+ };
};
# enable sound with PipeWire