s-e: split emotes
This commit is contained in:
parent
0687d1ee0e
commit
4ec59bea67
1 changed files with 5 additions and 3 deletions
|
@ -31,9 +31,11 @@ in {
|
||||||
|
|
||||||
emoji = {
|
emoji = {
|
||||||
enable = true;
|
enable = true;
|
||||||
emojiPackages = with inputs.fedi-emotes.packages.${pkgs.system}; [
|
emojiPackages = let
|
||||||
lightrunner-custom.hearts
|
lightrunner = inputs.lightrunner-emotes.packages.${pkgs.system};
|
||||||
lightrunner-custom.anime
|
in [
|
||||||
|
lightrunner.hearts
|
||||||
|
lightrunner.anime
|
||||||
pkgs.akkoma-emoji.blobs_gg
|
pkgs.akkoma-emoji.blobs_gg
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue