fixing build failure against current nixos-unstable: error: 'noto-fonts-emoji' has been renamed to/replaced by 'noto-fonts-color-emoji' (#26)

This commit is contained in:
cguentherTUChemnitz
2025-11-10 01:34:45 +01:00
committed by GitHub
parent fba993c589
commit 128a95235f
+1 -1
View File
@@ -41,7 +41,7 @@ in
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
noto-fonts noto-fonts
noto-fonts-emoji noto-fonts-color-emoji
nerd-fonts.caskaydia-mono nerd-fonts.caskaydia-mono
]; ];
} }