config/doom: fix icons
This commit is contained in:
parent
22c5c35d60
commit
2fa67e2908
2 changed files with 2 additions and 1 deletions
|
@ -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 ----
|
||||
|
|
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue