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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user