summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/environ/path.nix2
-rw-r--r--pkgs/st.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/home/environ/path.nix b/home/environ/path.nix
index 2feaf3e..b22b248 100644
--- a/home/environ/path.nix
+++ b/home/environ/path.nix
@@ -19,7 +19,7 @@ in {
(pkgs.gajim.overrideAttrs (super: {buildInputs = super.buildInputs ++ [pkgs.gsound];}))
pkgs.gnucash
pkgs.gruvbox-dark-icons-gtk
- pkgs.hack-font
+ pkgs.nerd-fonts.hack
pkgs.i3-gaps
pkgs.imagemagick
py.ipython
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;
/*