mirror of
https://github.com/zoriya/flake.git
synced 2026-06-03 10:57:13 +00:00
Set hidpi settings
This commit is contained in:
@@ -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