s-e: update emoji module
This commit is contained in:
parent
988df19657
commit
5a47265594
2 changed files with 9 additions and 10 deletions
|
@ -5,7 +5,6 @@
|
|||
};
|
||||
secrets = keys: builtins.listToAttrs (map (name: nameValuePair name defaultSecret) keys);
|
||||
secretRef = key: { _secret = config.sops.secrets.${key}.path; };
|
||||
fediEmotes = inputs.fedi-emotes.packages.${pkgs.system};
|
||||
in {
|
||||
imports = [
|
||||
inputs.tachikoma.nixosModules.default
|
||||
|
@ -30,9 +29,9 @@ in {
|
|||
|
||||
package = pkgs.master.akkoma;
|
||||
|
||||
emotes = {
|
||||
emoji = {
|
||||
enable = true;
|
||||
emotePackages = with inputs.fedi-emotes.packages.${pkgs.system}; [
|
||||
emojiPackages = with inputs.fedi-emotes.packages.${pkgs.system}; [
|
||||
lightrunner-custom.hearts
|
||||
lightrunner-custom.anime
|
||||
pkgs.akkoma-emoji.blobs_gg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue