nixos/plasma5: Noto Mono -> Noto Sans Mono

The font has been renamed.
See https://github.com/googlefonts/noto-fonts/pull/1029
This commit is contained in:
Samuel Gräfenstein 2020-07-07 16:52:52 +02:00
parent 0f66375d45
commit 82cf1d9dcd
No known key found for this signature in database
GPG Key ID: EF76A063F15C63C8

View File

@ -321,7 +321,7 @@ in
fonts.fonts = with pkgs; [ noto-fonts hack-font ];
fonts.fontconfig.defaultFonts = {
monospace = [ "Hack" "Noto Mono" ];
monospace = [ "Hack" "Noto Sans Mono" ];
sansSerif = [ "Noto Sans" ];
serif = [ "Noto Serif" ];
};