diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-10-11 12:45:17 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-10-11 12:45:21 -0600 |
| commit | e6ec95df762912b9716e1c6b5ddcbad7ea813332 (patch) | |
| tree | bc5171327dbeb1e4e1a401db9cd6be034756cb18 | |
| parent | a002e574ab8fecc411024da003ad14cc97ac461c (diff) | |
home: switch from hack-font to nerd-fonts.hack
Diffstat (limited to '')
| -rw-r--r-- | home/environ/path.nix | 2 | ||||
| -rw-r--r-- | 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; /* |
