nixos & home: disable subpixel font aa
This commit is contained in:
@@ -49,6 +49,14 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
fonts = {
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
subpixel.rgba = "none";
|
||||
hinting.style = "slight";
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
# Allow kvmfr module to be used by QEMU/KVM.
|
||||
udev.packages = [
|
||||
|
||||
Reference in New Issue
Block a user