diff options
author | makefu <github@syntax-fehler.de> | 2017-09-19 16:38:07 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-09-19 16:38:07 +0200 |
commit | cfca733473620e1b7be7e62a96f20958fedf9068 (patch) | |
tree | 4d69217c6c292e6524c05ce0ffa36ac209c6cad9 /lass/2configs/xresources.nix | |
parent | 21c284a2c7b4fcb330f0c90ccd773f65f78721aa (diff) | |
parent | e822f88199f11fe75e2a38a0e5f9806a8c9ba5cf (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/2configs/xresources.nix')
-rw-r--r-- | lass/2configs/xresources.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lass/2configs/xresources.nix b/lass/2configs/xresources.nix index 2fbc31677..adbcd353d 100644 --- a/lass/2configs/xresources.nix +++ b/lass/2configs/xresources.nix @@ -8,8 +8,8 @@ let URxvt*scrollBar: false URxvt*urgentOnBell: true URxvt*SaveLines: 4096 - URxvt*font: -*-clean-*-*-*-*-*-*-*-*-*-*-iso10646-1 - URxvt*boldFont: -*-clean-*-*-*-*-*-*-*-*-*-*-iso10646-1 + URxvt*font: ${config.lass.myFont} + URxvt*boldFont: ${config.lass.myFont} ! ref https://github.com/muennich/urxvt-perls URxvt.perl-lib: ${pkgs.urxvt_perls}/lib/urxvt/perl |