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
|
doom-theme 'doom-one
|
||||||
display-line-numbers-type 'relative
|
display-line-numbers-type 'relative
|
||||||
doom-modeline-enable-word-count t
|
doom-modeline-enable-word-count t
|
||||||
|
nerd-icons-font-family "Symbols Nerd Fonts Mono"
|
||||||
)
|
)
|
||||||
|
|
||||||
;; --- Projectile ----
|
;; --- Projectile ----
|
||||||
|
|
|
@ -66,7 +66,7 @@ in
|
||||||
modules = {
|
modules = {
|
||||||
locale.fonts = {
|
locale.fonts = {
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
(nerdfonts.override { fonts = config.modules.locale.fonts.defaults.monospace; })
|
(nerdfonts.override { fonts = config.modules.locale.fonts.defaults.monospace ++ [ "NerdFontsSymbolsOnly" ]; })
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
emacs-all-the-icons-fonts
|
emacs-all-the-icons-fonts
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue