nixos/pantheon: add inter and open-dyslexic as preinstalled font

This commit is contained in:
Bobby Rong 2021-07-18 15:51:55 +08:00
parent 2478c8bf01
commit 0366acbcd5
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -256,6 +256,8 @@ in
# Default Fonts
fonts.fonts = with pkgs; [
inter
open-dyslexic
open-sans
roboto-mono
];