diff options
author | Ben Sima <ben@bsima.me> | 2020-11-30 19:56:11 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-30 19:56:11 -0500 |
commit | 42743afe59bbb7535d8a7ec30ce206f89a3c7a55 (patch) | |
tree | b3ae195c1dab4abdbe6a227c31bdb012d71d25a0 /lib/common.nix | |
parent | f252a7d637956c2a3eddd762e10fbc020cf6bd04 (diff) |
helium: use urxvt, fix xmonad, and pin nixpkgs
Diffstat (limited to 'lib/common.nix')
-rw-r--r-- | lib/common.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix index 4e1bb18..47a2124 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -75,9 +75,13 @@ in urxvt = { enable = true; - fonts = []; + fonts = [ + "xft:Fira Mono:size=8:ant" + "xfg:Noto Emoji" + ]; iso14755 = true; # unicode chars transparent = true; + shading = 20; }; ssh = { |