diff --git a/common/pc/kde.nix b/common/pc/kde.nix index 1de9dd7..2fefddc 100644 --- a/common/pc/kde.nix +++ b/common/pc/kde.nix @@ -20,5 +20,7 @@ in # plasma5Packages.kmail-account-wizard kate ]; + + services.xserver.desktopManager.plasma5.useQtScaling = true; }; }