summaryrefslogtreecommitdiff
path: root/hosts/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common.nix')
-rw-r--r--hosts/common.nix3
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"
];