attempt fix emacs font

This commit is contained in:
Sakooooo 2023-09-05 14:01:45 +00:00
parent d2c24808bb
commit 76c90b3419
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 1 additions and 4 deletions

View file

@ -117,11 +117,7 @@
:custom ((doom-modeline-height 35))) :custom ((doom-modeline-height 35)))
;; all the icons ;; all the icons
(require 'font-lock)
(require 'font-lock+)
(use-package all-the-icons) (use-package all-the-icons)
(use-package all-the-icons-dired
:hook (dired-mode . all-the-icons-dired-mode))
;; continue configuring from here ;; continue configuring from here
;; https://youtu.be/74zOY-vgkyw?t=3125 ;; https://youtu.be/74zOY-vgkyw?t=3125

View file

@ -22,6 +22,7 @@ in
}; };
fonts.fonts = with pkgs; [ fonts.fonts = with pkgs; [
emacs-all-the-icons-fonts emacs-all-the-icons-fonts
material-design-icons
]; ];
}; };
} }