From ba3adc498920fb1174156013dbd934908b153710 Mon Sep 17 00:00:00 2001 From: tux Date: Thu, 25 Sep 2025 19:32:15 +0530 Subject: [PATCH] chore: add bigblue-terminal nerd font --- hosts/canopus/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index a4ad06b..650725c 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -380,6 +380,7 @@ fonts.packages = with pkgs.nerd-fonts; [ fira-code jetbrains-mono + bigblue-terminal ]; programs.fuse.userAllowOther = true;