config/doom: fix icons
This commit is contained in:
parent
22c5c35d60
commit
2fa67e2908
2 changed files with 2 additions and 1 deletions
|
@ -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