diff --git a/nixos/hosts/sapphic-engineer/akkoma.nix b/nixos/hosts/sapphic-engineer/akkoma.nix index cd0de30..0b0103e 100644 --- a/nixos/hosts/sapphic-engineer/akkoma.nix +++ b/nixos/hosts/sapphic-engineer/akkoma.nix @@ -31,9 +31,11 @@ in { emoji = { enable = true; - emojiPackages = with inputs.fedi-emotes.packages.${pkgs.system}; [ - lightrunner-custom.hearts - lightrunner-custom.anime + emojiPackages = let + lightrunner = inputs.lightrunner-emotes.packages.${pkgs.system}; + in [ + lightrunner.hearts + lightrunner.anime pkgs.akkoma-emoji.blobs_gg ]; };