diff options
| author | bee <beebeeb5k@gmail.com> | 2026-05-08 02:03:19 +0530 |
|---|---|---|
| committer | bee <beebeeb5k@gmail.com> | 2026-05-08 02:03:19 +0530 |
| commit | 34d86d83e848020764f419458ca888532893eec3 (patch) | |
| tree | e806e485c28edf658e02fea032cd6ed14b0078e8 /hosts/common.nix | |
| parent | 819cba6808c560628ec46176297a76219cebf9b4 (diff) | |
tmux wrapped terminal script
Diffstat (limited to 'hosts/common.nix')
| -rw-r--r-- | hosts/common.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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" ]; |
