From af706c8f40e4e149e20df8c40e3995c1e90ae957 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 16 Dec 2024 17:21:36 -0700 Subject: [PATCH] [NixOS] Fix nerd fonts --- nixos/fonts.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/nixos/fonts.nix b/nixos/fonts.nix index 7d4a4ba3..e9358a68 100644 --- a/nixos/fonts.nix +++ b/nixos/fonts.nix @@ -21,13 +21,11 @@ makeEnable config "myModules.fonts" true { source-sans-pro source-serif-pro twemoji-color-font - # (nerdfonts.override { fonts = [ - # "JetBrainsMono" - # "FantasqueSansMono" - # "Iosevka" - # "VictorMono" - # "SourceCodePro" - # ]; }) + nerd-fonts.jetbrains-mono + nerd-fonts.fantasque-sans-mono + nerd-fonts.iosevka + nerd-fonts.victor-mono + nerd-fonts.source-code-pro ]; fontconfig = { hinting.autohint = true;