From 6a168aa82a9860d899551f9001942367b93bbc39 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Mon, 1 Dec 2025 13:52:38 -0500 Subject: [PATCH] More nix 25.11 updates --- modules/hosts/nixos/kiosk-entryway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/nixos/kiosk-entryway/default.nix b/modules/hosts/nixos/kiosk-entryway/default.nix index 0e35ebd..f3cb9cf 100644 --- a/modules/hosts/nixos/kiosk-entryway/default.nix +++ b/modules/hosts/nixos/kiosk-entryway/default.nix @@ -22,7 +22,7 @@ }; packages = with pkgs; [ noto-fonts - noto-fonts-emoji + noto-fonts-color-emoji noto-fonts-cjk-sans ]; };