summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-14 15:46:13 +0200
committerAlan Pearce2024-04-14 15:46:13 +0200
commit1f8592de6efd2f059f422852efcc9c0429f4292f (patch)
tree533cc2061d611d4d08d559a02c34da3ffe3fe450
parent54eebf896e0c7d427206d074e9fcd5c6cbe31a1c (diff)
downloadnixfiles-1f8592de6efd2f059f422852efcc9c0429f4292f.tar.lz
nixfiles-1f8592de6efd2f059f422852efcc9c0429f4292f.tar.zst
nixfiles-1f8592de6efd2f059f422852efcc9c0429f4292f.zip
prefect: disable high DPI support in SDDM
-rw-r--r--system/prefect.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index fc8c92e5..f4c542a3 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -39,6 +39,9 @@
     user = "alan";
     enable = true;
   };
+  services.displayManager.sddm = {
+    enableHidpi = false;
+  };
 
   boot.kernelPackages = pkgs.linuxPackages_xanmod;
   boot.extraModulePackages = with config.boot.kernelPackages; [