s-e: add emotes
This commit is contained in:
parent
70a3dcd2b1
commit
6c4375400b
5 changed files with 34 additions and 9 deletions
|
@ -11,6 +11,7 @@
|
|||
../../features/tailscale.nix
|
||||
../../features/bluetooth.nix
|
||||
../../features/telemetry
|
||||
../../features/dns-cache.nix
|
||||
];
|
||||
|
||||
home-manager.users.noe = import ../../../home-manager/noe/hosts/cider.nix;
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
};
|
||||
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};
|
||||
fediEmotes = inputs.fedi-emotes.packages.${pkgs.system};
|
||||
in {
|
||||
imports = [
|
||||
inputs.tachikoma.nixosModules.default
|
||||
# inputs.tachikoma.nixosModules.default
|
||||
];
|
||||
|
||||
sops.secrets = secrets [
|
||||
|
@ -185,8 +185,8 @@ in {
|
|||
# '';
|
||||
# };
|
||||
"emoji/blobs.gg" = pkgs.akkoma-emoji.blobs_gg;
|
||||
# "emoji/hearts" = fediEmotes.lightrunner-custom.hearts;
|
||||
# "emoji/anime" = fediEmotes.lightrunner-custom.anime;
|
||||
"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" ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue