s-e: split emotes

This commit is contained in:
41666 2024-04-21 14:27:08 -04:00
parent 0687d1ee0e
commit 4ec59bea67

View file

@ -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
];
};