This commit is contained in:
2025-04-19 20:35:22 -04:00
parent fb1b69153b
commit 914f8e8d30
3 changed files with 5 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ in
{
options.${namespace}.display-managers.sddm = {
enable = lib.mkEnableOption "sddm";
scale = mkOpt types.str "1.5" "Scale";
scale = mkOpt types.str "1.75" "Scale";
};
config = mkIf cfg.enable {
@@ -29,7 +29,6 @@ in
environment.sessionVariables = {
QT_SCREEN_SCALE_FACTORS = cfg.scale;
# QT_FONT_DPI = "192";
};
};
}