From e8e35b6653221c03464f7a0b3b8ca813f3b4d00d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 8 Jul 2023 10:42:33 -0700 Subject: add fonts specifically For some reasons, while google-fonts install noto, emacs was unable to find it (but was able to find source code pro). List the fonts explicitly to make emacs happy. --- profiles/workstation.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'profiles') diff --git a/profiles/workstation.nix b/profiles/workstation.nix index 5451199..a3a3fac 100644 --- a/profiles/workstation.nix +++ b/profiles/workstation.nix @@ -60,9 +60,13 @@ dejavu_fonts etBook font-awesome_5 - google-fonts + noto-fonts + noto-fonts-cjk + noto-fonts-emoji + source-code-pro powerline-fonts roboto + roboto-mono ]; }; -- cgit 1.4.1