From 87e7a2988fbbd0232e363581396ad2cd30ef1e12 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 10 Feb 2021 15:14:08 +0100 Subject: [PATCH] Replace terminus-nerdfont with terminux_font_ttf --- modules/software.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/software.nix b/modules/software.nix index 6a333b6..12c15ba 100644 --- a/modules/software.nix +++ b/modules/software.nix @@ -96,7 +96,7 @@ fonts = with pkgs; [ google-fonts emacs-all-the-icons-fonts - terminus-nerdfont + terminus_font_ttf iosevka-bin ]; };