reNixos/hand7s/fonts/fonts.nix
2025-04-27 12:47:02 +03:00

7 lines
93 B
Nix

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