summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-10-11 12:45:17 -0600
committerAlejandro Soto <alejandro@34project.org>2025-10-11 12:45:21 -0600
commite6ec95df762912b9716e1c6b5ddcbad7ea813332 (patch)
treebc5171327dbeb1e4e1a401db9cd6be034756cb18 /pkgs
parenta002e574ab8fecc411024da003ad14cc97ac461c (diff)
home: switch from hack-font to nerd-fonts.hack
Diffstat (limited to '')
-rw-r--r--pkgs/st.nix2
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;
/*