nixos: add roboto to fonts

This commit is contained in:
Guanran Wang 2023-09-21 05:21:04 +08:00
parent bbafa6cf13
commit 04990550bb
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -15,6 +15,7 @@
source-han-mono source-han-mono
#wqy_zenhei # weird font shape, noto sans cjk is a better alternative #wqy_zenhei # weird font shape, noto sans cjk is a better alternative
#wqy_microhei #wqy_microhei
roboto
fira-code fira-code
jetbrains-mono jetbrains-mono
(nerdfonts.override { fonts = [ "FiraCode" "JetBrainsMono" ]; }) (nerdfonts.override { fonts = [ "FiraCode" "JetBrainsMono" ]; })