Browse Source

Iosevka only

main
parent
commit
044d215884
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 6
      README.org
  2. 1
      modules/emacs.nix
  3. 1
      modules/x11.nix

6
README.org

@ -1002,7 +1002,6 @@ X11, or X[fn:30] is the generic name for the X Window System Display Server. All
fonts.fonts = with pkgs; [
iosevka-bin
fira-code-symbols
emacs-all-the-icons-fonts
];
}
@ -2075,7 +2074,6 @@ epkgs.magit
#+NAME: emacs-fonts-package
#+BEGIN_SRC nix
epkgs.hydra
epkgs.fira-code-mode
#+END_SRC
#+NAME: emacs-fonts-elisp
@ -2090,10 +2088,6 @@ epkgs.fira-code-mode
;; (set-face-attribute 'fixed-pitch nil :font "Iosevka" :height 96)
;; (set-face-attribute 'variable-pitch nil :font "Iosevka" :height 96)
;; Enable the global minor-mode.
(require 'fira-code-mode)
(global-fira-code-mode)
;; Define a `hydra' function for scaling the text interactively.
(defhydra hydra-text-scale (:timeout 4)
"Scale text"

1
modules/emacs.nix

@ -39,7 +39,6 @@ let
epkgs.vterm
epkgs.magit
epkgs.hydra
epkgs.fira-code-mode
epkgs.elfeed
epkgs.nix-mode
epkgs.projectile

1
modules/x11.nix

@ -34,7 +34,6 @@
fonts.fonts = with pkgs; [
iosevka-bin
fira-code-symbols
emacs-all-the-icons-fonts
];
}
Loading…
Cancel
Save