Merge pull request #92593 from samuelgrf/fix/plasma5-noto-rename

nixos/plasma5: Noto Mono -> Noto Sans Mono
This commit is contained in:
worldofpeace 2020-07-07 11:26:31 -04:00 committed by GitHub
commit 8124688906
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" ];
};