From d9a31666cee36c59de0644f33cb5f32b8a95869a Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Tue, 9 Jul 2024 11:13:44 -0400 Subject: [PATCH] semi-colon --- modules/common/applications/thunderbird.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/applications/thunderbird.nix b/modules/common/applications/thunderbird.nix index b737ec5..315aab8 100644 --- a/modules/common/applications/thunderbird.nix +++ b/modules/common/applications/thunderbird.nix @@ -41,7 +41,7 @@ port = 465; }; thunderbird.enable = true; - } + }; }; programs.thunderbird = { enable = true;