diff options
author | Franck Cuny <franck@fcuny.net> | 2023-07-08 10:42:33 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-07-08 10:42:33 -0700 |
commit | e8e35b6653221c03464f7a0b3b8ca813f3b4d00d (patch) | |
tree | a03b9df62ed969bdd840e3b28b73fed18cf36250 /profiles | |
parent | add pantalaimon, a proxy for matrix (diff) | |
download | world-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.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/workstation.nix | 6 |
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 ]; }; |