attempt fix emacs font
This commit is contained in:
parent
d2c24808bb
commit
76c90b3419
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue