Newbie question about Noto Color Emoji

is it possible to disable or uninstall Noto Color Emoji font i have Joypixels installed and want it to show instead of Noto Color Emoji

You should be able to set fonts.enableDefaultPackages to false to achieve this. The package noto-fonts-color-emoji is one of the fonts installed by default which you can see in nixos/modules/config/fonts/packages.nix

2 Likes

i don’t understand how to do this

i want to thank you for your help
i just solve it with this :point_down:

fonts.enableDefaultPackages = false;
fonts.packages = with pkgs; [
dejavu_fonts
freefont_ttf
gyre-fonts # TrueType substitutes for standard PostScript fonts
liberation_ttf
unifont
joypixels
];