mirror of
https://github.com/zoriya/flake.git
synced 2026-05-30 17:49:24 +00:00
Set hidpi settings
This commit is contained in:
@@ -220,12 +220,9 @@ in {
|
||||
status = "disable";
|
||||
}
|
||||
{
|
||||
criteria = "DP-1";
|
||||
criteria = "Dell Inc. DELL S2722QC 2HHZH24";
|
||||
position = "0,0";
|
||||
}
|
||||
{
|
||||
criteria = "DP-2";
|
||||
position = "0,1180";
|
||||
scale = 1.6;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
@@ -34,10 +34,18 @@
|
||||
"IPAPMincho"
|
||||
];
|
||||
};
|
||||
|
||||
# HIDPI settings
|
||||
subpixel.lcdfilter = "none";
|
||||
hinting.enable = false;
|
||||
};
|
||||
};
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
environment.variables = {
|
||||
FREETYPE_PROPERTIES = "cff:no-stem-darkening=0 autofitter:no-stem-darkening=0";
|
||||
};
|
||||
|
||||
# Create an FHS mount to support flatpak host icons/fonts
|
||||
system.fsPackages = [pkgs.bindfs];
|
||||
fileSystems = let
|
||||
|
||||
Reference in New Issue
Block a user