summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-15 02:55:19 +0530
committerbrustybee <bee@4d2.org>2026-03-15 02:55:19 +0530
commit14b0ceb90c80793f013ebff6d824c2cead544501 (patch)
tree3474790722b4a9a00cc09f4ad2f0320a0fdaf4c0 /hosts
parentf33743bfd1fa3924d67a33ea8816c1b45d92e6a1 (diff)
neovim matugen template
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common.nix b/hosts/common.nix
index 035dbcf..8db2ecf 100644
--- a/hosts/common.nix
+++ b/hosts/common.nix
@@ -190,8 +190,8 @@
nerd-fonts.jetbrains-mono
];
fonts.fontconfig.defaultFonts.monospace = [
+ "JetBrainsMono Nerd Font"
"Ioskeley Mono"
- "JetBrainsMono Nerd Fonts"
"Symbols Nerd Font"
];
programs.fish.enable = true;