s-e: update emoji module
This commit is contained in:
parent
988df19657
commit
5a47265594
2 changed files with 9 additions and 10 deletions
14
flake.lock
generated
14
flake.lock
generated
|
@ -90,11 +90,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1713717901,
|
"lastModified": 1713718723,
|
||||||
"narHash": "sha256-SB/seF2STC/NKXRxCk4wHR7fT0V1ImUaGBxXUm9Bx3o=",
|
"narHash": "sha256-PTiZbKlA3sINQcdub10bJfMuDhGFDS1qtbCL6EdvIH0=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "eb9e8f8d9b7d2628c14da70a039815611af2919b",
|
"rev": "b3343db9976261f3979a166725f225568d39b504",
|
||||||
"revCount": 7,
|
"revCount": 8,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.sapphic.engineer/noe/emotes"
|
"url": "https://git.sapphic.engineer/noe/emotes"
|
||||||
},
|
},
|
||||||
|
@ -456,11 +456,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-master": {
|
"nixpkgs-master": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1713717237,
|
"lastModified": 1713718614,
|
||||||
"narHash": "sha256-St0SYEf2IRYkMBRS5B1yNAQSBeq+qeklYL0yRtrcUw4=",
|
"narHash": "sha256-rpOeRLcBIB9T0MHIUaTH82DMEPs5y9zlaUT9o6U41f8=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "152632627e41222da0b9586e5339e748d846fc64",
|
"rev": "67dfd1530243f6aaaad22f74651f6a3f098f61d6",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
};
|
};
|
||||||
secrets = keys: builtins.listToAttrs (map (name: nameValuePair name defaultSecret) keys);
|
secrets = keys: builtins.listToAttrs (map (name: nameValuePair name defaultSecret) keys);
|
||||||
secretRef = key: { _secret = config.sops.secrets.${key}.path; };
|
secretRef = key: { _secret = config.sops.secrets.${key}.path; };
|
||||||
fediEmotes = inputs.fedi-emotes.packages.${pkgs.system};
|
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.tachikoma.nixosModules.default
|
inputs.tachikoma.nixosModules.default
|
||||||
|
@ -30,9 +29,9 @@ in {
|
||||||
|
|
||||||
package = pkgs.master.akkoma;
|
package = pkgs.master.akkoma;
|
||||||
|
|
||||||
emotes = {
|
emoji = {
|
||||||
enable = true;
|
enable = true;
|
||||||
emotePackages = with inputs.fedi-emotes.packages.${pkgs.system}; [
|
emojiPackages = with inputs.fedi-emotes.packages.${pkgs.system}; [
|
||||||
lightrunner-custom.hearts
|
lightrunner-custom.hearts
|
||||||
lightrunner-custom.anime
|
lightrunner-custom.anime
|
||||||
pkgs.akkoma-emoji.blobs_gg
|
pkgs.akkoma-emoji.blobs_gg
|
||||||
|
|
Loading…
Add table
Reference in a new issue