Generation 88 2024-04-21 03:30:36 (current)
This commit is contained in:
parent
e9fd0f0889
commit
9597a774db
@ -4,15 +4,17 @@
|
|||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
|
doom-pkgs = with pkgs; [
|
||||||
|
fira
|
||||||
|
fira-code-nerdfont
|
||||||
|
emacs-all-the-icons-fonts
|
||||||
|
];
|
||||||
doom-path-pkgs = with pkgs; [
|
doom-path-pkgs = with pkgs; [
|
||||||
(ripgrep.override {withPCRE2 = true;})
|
(ripgrep.override {withPCRE2 = true;})
|
||||||
binutils
|
binutils
|
||||||
cmake
|
cmake
|
||||||
editorconfig-core-c
|
editorconfig-core-c
|
||||||
emacs-all-the-icons-fonts
|
|
||||||
fd
|
fd
|
||||||
fira
|
|
||||||
fira-code-nerdfont
|
|
||||||
gcc
|
gcc
|
||||||
git
|
git
|
||||||
gnumake
|
gnumake
|
||||||
@ -82,5 +84,5 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home.packages = doom-path-pkgs;
|
home.packages = doom-pkgs;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -23,7 +23,8 @@
|
|||||||
;;
|
;;
|
||||||
;; (setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light)
|
;; (setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light)
|
||||||
;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13))
|
;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13))
|
||||||
(setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light))
|
(setq doom-font (font-spec :family "Fira Code Nerd Font" :size 12 :weight 'semi-light)
|
||||||
|
doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13))
|
||||||
;;
|
;;
|
||||||
;; If you or Emacs can't find your font, use 'M-x describe-font' to look them
|
;; If you or Emacs can't find your font, use 'M-x describe-font' to look them
|
||||||
;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to
|
;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user