mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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:
parent
0f66375d45
commit
82cf1d9dcd
@ -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" ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user