From e6ec95df762912b9716e1c6b5ddcbad7ea813332 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 11 Oct 2025 12:45:17 -0600 Subject: home: switch from hack-font to nerd-fonts.hack --- home/environ/path.nix | 2 +- pkgs/st.nix | 2 +- 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; /* -- cgit v1.2.3