Merge pull request #92593 from samuelgrf/fix/plasma5-noto-rename
nixos/plasma5: Noto Mono -> Noto Sans Mono
This commit is contained in:
commit
8124688906
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue