fix naming

This commit is contained in:
41666 2024-04-24 22:54:07 -04:00
parent 301a382021
commit 045d9131e1

View file

@ -1,5 +1,5 @@
{ pkgs, config, lib, ... }: with lib; let
cfg = config.services.akkoma.emotes;
cfg = config.services.akkoma.emoji;
in {
options.services.akkoma.emoji = {
enable = mkEnableOption "Akkoma Emoji";