about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-07-08 10:42:33 -0700
committerFranck Cuny <franck@fcuny.net>2023-07-08 10:42:33 -0700
commite8e35b6653221c03464f7a0b3b8ca813f3b4d00d (patch)
treea03b9df62ed969bdd840e3b28b73fed18cf36250
parentadd pantalaimon, a proxy for matrix (diff)
downloadworld-e8e35b6653221c03464f7a0b3b8ca813f3b4d00d.tar.gz
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.
-rw-r--r--profiles/workstation.nix6
1 files changed, 5 insertions, 1 deletions
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
     ];
   };