Browse Source

Add nerd-icons

main
parent
commit
1ef0ae85b5
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 5
      README.org
  2. 1
      modules/emacs.nix

5
README.org

@ -1539,7 +1539,7 @@ home.file.".xinitrc" = {
epkgs.general
#+END_SRC
[[https://github.com/noctuid/general.el][General.el]] provides a more convenient method for binding keys in [[https://gnu.org/software/emacs/][Emacs]], providing a unified interface for key definitions. Its primary purpose is to build on /existing/ functionality to make key definitions more clear and concise.
[[https://github.com/noctuid/general.el][General.el]] provides a more conven1ent method for binding keys in [[https://gnu.org/software/emacs/][Emacs]], providing a unified interface for key definitions. Its primary purpose is to build on /existing/ functionality to make key definitions more clear and concise.
#+NAME: emacs-general-elisp
#+BEGIN_SRC emacs-lisp
@ -1671,6 +1671,7 @@ epkgs.dired-single
#+NAME: emacs-icons-package
#+BEGIN_SRC nix
epkgs.nerd-icons
epkgs.all-the-icons
epkgs.all-the-icons-dired
epkgs.all-the-icons-ivy-rich
@ -1703,7 +1704,7 @@ epkgs.emojify
#+BEGIN_SRC emacs-lisp
;; Setup `emojify'.
;; TODO: Causes an exception.
;;(add-hook 'after-init-hook 'global-emojify-mode)
(add-hook 'after-init-hook 'global-emojify-mode)
#+END_SRC
*** EShell

1
modules/emacs.nix

@ -34,6 +34,7 @@ let
epkgs.dockerfile-mode
epkgs.mu4e-alert
epkgs.dired-single
epkgs.nerd-icons
epkgs.all-the-icons
epkgs.all-the-icons-dired
epkgs.all-the-icons-ivy-rich

Loading…
Cancel
Save