From 045d9131e1e4131d0bbeefd2cb34eb13d25ae0d6 Mon Sep 17 00:00:00 2001 From: noe Date: Wed, 24 Apr 2024 22:54:07 -0400 Subject: [PATCH] fix naming --- akkoma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akkoma.nix b/akkoma.nix index 92c0e31..e8417af 100644 --- a/akkoma.nix +++ b/akkoma.nix @@ -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";