tomato/users/thorn/fonts/home.nix
2021-04-27 22:47:09 +00:00

10 lines
171 B
Nix

{
programs.urxvt.fonts = [
"xft:tewi:style=Regular:pixelsize=11"
];
xresources.properties = {
"URxvt.boldFont" = "xft:tewi:style=Bold:pixelsize=11";
};
}