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