From ed56cfd9a32dd3a88453aad410c920275cf87892 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Mon, 25 Mar 2024 14:06:03 +0000 Subject: [PATCH] Add FiraCode font --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 13f612f3..dae5e884 100755 --- a/install.sh +++ b/install.sh @@ -20,3 +20,6 @@ echo -e "${GREEN}[+] Symlinking dotfiles...${ENDCOLOR}" stow -v -t $HOME home --adopt git diff git reset --hard + +# Install font +nix-env -iA nixpkgs.fira-code-nerdfont