From a6c58dd2f12e5d6f403a6494b203f3480745094b Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Tue, 10 Aug 2021 11:36:23 -0400 Subject: [PATCH] Try iosevka + fira code symbols --- README.org | 4 ++-- modules/x11.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index a56d4ef..ca0443c 100644 --- a/README.org +++ b/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; fonts.fonts = with pkgs; [ - fira-code + iosevka-bin fira-code-symbols emacs-all-the-icons-fonts ]; @@ -2082,7 +2082,7 @@ epkgs.fira-code-mode #+BEGIN_SRC emacs-lisp ;; Configure the font when running as `emacs-server'. (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. ;; NOTE: This only works without `emacs-server'. diff --git a/modules/x11.nix b/modules/x11.nix index 73255fb..acf8339 100644 --- a/modules/x11.nix +++ b/modules/x11.nix @@ -33,7 +33,7 @@ services.printing.enable = true; fonts.fonts = with pkgs; [ - fira-code + iosevka-bin fira-code-symbols emacs-all-the-icons-fonts ];