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 = {
|
||||
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
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue