summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2023-09-08 11:14:04 +0000
committernicoo <nicoo@mur.at>2023-09-12 12:38:07 +0000
commitc7423cd7343d1d5f6e6264f48d6e55b3468f36b4 (patch)
treea34e1b64800812752ed7047bcf9ccbf38adcb84b /nixos/modules/config
parent49f1b36299f24a9c61e74a885dceb48bef06f539 (diff)
downloadnixpkgs-c7423cd7343d1d5f6e6264f48d6e55b3468f36b4.tar
nixpkgs-c7423cd7343d1d5f6e6264f48d6e55b3468f36b4.tar.gz
nixpkgs-c7423cd7343d1d5f6e6264f48d6e55b3468f36b4.tar.bz2
nixpkgs-c7423cd7343d1d5f6e6264f48d6e55b3468f36b4.tar.lz
nixpkgs-c7423cd7343d1d5f6e6264f48d6e55b3468f36b4.tar.xz
nixpkgs-c7423cd7343d1d5f6e6264f48d6e55b3468f36b4.tar.zst
nixpkgs-c7423cd7343d1d5f6e6264f48d6e55b3468f36b4.zip
noto-fonts-emoji → noto-fonts-color-emoji
Clarify that the monochrome font is not included, per #221181.

The new name is also coherent with the name of the font,
according to `fontconfig`: Noto Color Emoji.
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/fonts/packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/fonts/packages.nix b/nixos/modules/config/fonts/packages.nix
index 46907d5411c..37b705ecb34 100644
--- a/nixos/modules/config/fonts/packages.nix
+++ b/nixos/modules/config/fonts/packages.nix
@@ -37,7 +37,7 @@ in
       gyre-fonts # TrueType substitutes for standard PostScript fonts
       liberation_ttf
       unifont
-      noto-fonts-emoji
+      noto-fonts-color-emoji
     ]);
   };
 }