config/doom: fix icons

This commit is contained in:
Infinidoge 2023-09-14 09:47:44 -04:00
parent 22c5c35d60
commit 2fa67e2908
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@
doom-theme 'doom-one
display-line-numbers-type 'relative
doom-modeline-enable-word-count t
nerd-icons-font-family "Symbols Nerd Fonts Mono"
)
;; --- Projectile ----

View file

@ -66,7 +66,7 @@ in
modules = {
locale.fonts = {
fonts = with pkgs; [
(nerdfonts.override { fonts = config.modules.locale.fonts.defaults.monospace; })
(nerdfonts.override { fonts = config.modules.locale.fonts.defaults.monospace ++ [ "NerdFontsSymbolsOnly" ]; })
dejavu_fonts
emacs-all-the-icons-fonts
];