diff options
Diffstat (limited to '')
| -rw-r--r-- | pkgs/st.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/st.nix b/pkgs/st.nix index 11ae230..ce3982b 100644 --- a/pkgs/st.nix +++ b/pkgs/st.nix @@ -6,7 +6,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ - static char *font = "Hack:size=17:antialias=true:autohint=true"; + static char *font = "Hack Nerd Font:size=17:antialias=true:autohint=true"; static int borderpx = 0; /* |
