Browse Source

Try iosevka + fira code symbols

main
parent
commit
a6c58dd2f1
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 4
      README.org
  2. 2
      modules/x11.nix

4
README.org

@ -1001,7 +1001,7 @@ X11, or X[fn:30] is the generic name for the X Window System Display Server. All
services.printing.enable = true; services.printing.enable = true;
fonts.fonts = with pkgs; [ fonts.fonts = with pkgs; [
fira-code
iosevka-bin
fira-code-symbols fira-code-symbols
emacs-all-the-icons-fonts emacs-all-the-icons-fonts
]; ];
@ -2082,7 +2082,7 @@ epkgs.fira-code-mode
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
;; Configure the font when running as `emacs-server'. ;; Configure the font when running as `emacs-server'.
(custom-set-faces (custom-set-faces
'(default ((t (:inherit nil :height 120 :family "Fira Code")))))
'(default ((t (:inherit nil :height 120 :family "Iosevka")))))
;; Set all three of Emacs' font faces. ;; Set all three of Emacs' font faces.
;; NOTE: This only works without `emacs-server'. ;; NOTE: This only works without `emacs-server'.

2
modules/x11.nix

@ -33,7 +33,7 @@
services.printing.enable = true; services.printing.enable = true;
fonts.fonts = with pkgs; [ fonts.fonts = with pkgs; [
fira-code
iosevka-bin
fira-code-symbols fira-code-symbols
emacs-all-the-icons-fonts emacs-all-the-icons-fonts
]; ];

Loading…
Cancel
Save