From 4ec59bea6743a60c4bb064c5843635dbfc7a2100 Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 21 Apr 2024 14:27:08 -0400 Subject: [PATCH] s-e: split emotes --- nixos/hosts/sapphic-engineer/akkoma.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 ]; };