summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-09-19 00:24:43 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-09-19 00:24:43 +0200
commit6b957f8baee80876e9a879f1645bc5e32341cea6 (patch)
tree308072b94e8baf5c7452004a94988c2a60bb175f /share
parent3c38ff2fe71ffb2030b248326ea287530777be8f (diff)
scaling with non ints is a big pain
Diffstat (limited to 'share')
-rw-r--r--share/common.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/share/common.nix b/share/common.nix
index 01a90c7..cc44c93 100644
--- a/share/common.nix
+++ b/share/common.nix
@@ -186,12 +186,6 @@ 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.25";
- };
- };
};
# enable sound with PipeWire