From c56caf34306207bdcd3665e254b87ad007f09bcf Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 21 Apr 2024 09:39:07 -0400 Subject: [PATCH] s-e: add emotes --- flake.lock | 21 +++++++++++++++++++++ flake.nix | 4 ++++ nixos/hosts/sapphic-engineer/akkoma.nix | 4 ++++ 3 files changed, 29 insertions(+) diff --git a/flake.lock b/flake.lock index 67d92c2..e2ce3c3 100644 --- a/flake.lock +++ b/flake.lock @@ -83,6 +83,26 @@ "url": "https://codeberg.org/noe/doll.repair" } }, + "fedi-emotes": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1713648847, + "narHash": "sha256-1nlurboQP8OH8ja4k4tH/l6ViJ49oehlA+xjxmzgV68=", + "ref": "refs/heads/main", + "rev": "1518968e7bdb99376b08885a19fb08bd27d32861", + "revCount": 2, + "type": "git", + "url": "https://git.sapphic.engineer/noe/emotes" + }, + "original": { + "type": "git", + "url": "https://git.sapphic.engineer/noe/emotes" + } + }, "flake-compat": { "locked": { "lastModified": 1688025799, @@ -610,6 +630,7 @@ "apple-silicon": "apple-silicon", "darwin": "darwin", "doll-repair": "doll-repair", + "fedi-emotes": "fedi-emotes", "home-manager": "home-manager", "iceshrimp": "iceshrimp", "iceshrimp-withdrawal": "iceshrimp-withdrawal", diff --git a/flake.nix b/flake.nix index bf0faad..047da81 100644 --- a/flake.nix +++ b/flake.nix @@ -58,6 +58,10 @@ url = "git+https://git.sapphic.engineer/noe/tachikoma"; inputs.nixpkgs.follows = "nixpkgs"; }; + fedi-emotes = { + url = "git+https://git.sapphic.engineer/noe/emotes"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; nixConfig = { diff --git a/nixos/hosts/sapphic-engineer/akkoma.nix b/nixos/hosts/sapphic-engineer/akkoma.nix index 5b61b4e..ab88386 100644 --- a/nixos/hosts/sapphic-engineer/akkoma.nix +++ b/nixos/hosts/sapphic-engineer/akkoma.nix @@ -182,6 +182,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; "static/terms-of-service.html" = pkgs.writeText "terms-of-service.html" '' This is a private instance. Requests are not accepted.