Skip to content

Commit 82cf1d9

Browse files
committed
nixos/plasma5: Noto Mono -> Noto Sans Mono
The font has been renamed. See notofonts/noto-fonts#1029
1 parent 0f66375 commit 82cf1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/services/x11/desktop-managers/plasma5.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ in
321321

322322
fonts.fonts = with pkgs; [ noto-fonts hack-font ];
323323
fonts.fontconfig.defaultFonts = {
324-
monospace = [ "Hack" "Noto Mono" ];
324+
monospace = [ "Hack" "Noto Sans Mono" ];
325325
sansSerif = [ "Noto Sans" ];
326326
serif = [ "Noto Serif" ];
327327
};

0 commit comments

Comments
 (0)