10 lines
171 B
Nix
10 lines
171 B
Nix
{
|
|
programs.urxvt.fonts = [
|
|
"xft:tewi:style=Regular:pixelsize=11"
|
|
];
|
|
|
|
xresources.properties = {
|
|
"URxvt.boldFont" = "xft:tewi:style=Bold:pixelsize=11";
|
|
};
|
|
}
|