From 56b57a33ceae32605dab847b0547b0166e1e9af0 Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 21 Apr 2024 09:41:25 -0400 Subject: [PATCH] s-e: add emotes --- nixos/hosts/sapphic-engineer/akkoma.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/nixos/hosts/sapphic-engineer/akkoma.nix b/nixos/hosts/sapphic-engineer/akkoma.nix index ab88386..98832e8 100644 --- a/nixos/hosts/sapphic-engineer/akkoma.nix +++ b/nixos/hosts/sapphic-engineer/akkoma.nix @@ -5,6 +5,7 @@ }; 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 @@ -182,10 +183,10 @@ in { # ''; # }; "emoji/blobs.gg" = pkgs.akkoma-emoji.blobs_gg; - "emoji/hearts" = inputs.fedi-emotes.packages.${pkgs.system}.lightrunner-custom.hearts; - "emoji/anime" = inputs.fedi-emotes.packages.${pkgs.system}.lightrunner-custom.anime; - # "emoji/blobfox" = inputs.fedi-emotes.packages.${pkgs.system}.volpeon.blobfox; - # "emoji/neocat" = inputs.fedi-emotes.packages.${pkgs.system}.volpeon.neocat; + "emoji/hearts" = fediEmotes.lightrunner-custom.hearts; + "emoji/anime" = fediEmotes.lightrunner-custom.anime; + # "emoji/blobfox" = fediEmotes.volpeon.blobfox; + # "emoji/neocat" = fediEmotes.volpeon.neocat; "static/terms-of-service.html" = pkgs.writeText "terms-of-service.html" '' This is a private instance. Requests are not accepted.