mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: disable antialiasing for all fonts as it sucks.
This commit is contained in:
parent
9c56e49085
commit
bdb9c3669e
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fonts.fontconfig.antialias = false;
|
||||||
|
|
||||||
users.groups.gay = { };
|
users.groups.gay = { };
|
||||||
|
|
||||||
users.users.${username} = {
|
users.users.${username} = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue