reNixos/hand7s/fonts/fonts.nix
2025-04-21 18:32:39 +03:00

9 lines
No EOL
98 B
Nix

{
...
}: {
fonts = {
fontconfig = {
enable = true;
};
};
}