Iwakura/users/thorn/fonts/home.nix

10 lines
171 B
Nix
Raw Normal View History

2021-04-27 18:47:09 -04:00
{
programs.urxvt.fonts = [
"xft:tewi:style=Regular:pixelsize=11"
];
xresources.properties = {
"URxvt.boldFont" = "xft:tewi:style=Bold:pixelsize=11";
};
}