From 34d86d83e848020764f419458ca888532893eec3 Mon Sep 17 00:00:00 2001 From: bee Date: Fri, 8 May 2026 02:03:19 +0530 Subject: tmux wrapped terminal script --- hosts/common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/common.nix') diff --git a/hosts/common.nix b/hosts/common.nix index 17f5c92..a6ec249 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -147,13 +147,14 @@ fonts.packages = with pkgs; [ ioskeley-input nerd-fonts.symbols-only + nerd-fonts.jetbrains-mono # ioskeley-mono # maple-mono.NF - # nerd-fonts.jetbrains-mono ]; fonts.fontconfig.defaultFonts.monospace = [ "IosevkaInput" + "JetBrainsMono Nerd Font" "Symbols Nerd Font" ]; -- cgit v1.3.1