From db6e26162bbc58115b9c650ca59dc42657d91b4d Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Mon, 19 May 2025 23:07:49 +0200 Subject: [PATCH] fix: rename rug/usp mbsync groups --- home/gabriel/features/productivity/mail.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/gabriel/features/productivity/mail.nix b/home/gabriel/features/productivity/mail.nix index 256f8013..5e706108 100644 --- a/home/gabriel/features/productivity/mail.nix +++ b/home/gabriel/features/productivity/mail.nix @@ -127,7 +127,7 @@ in { enable = true; create = "maildir"; expunge = "both"; - groups.gmail.channels = gmail_channels; + groups.rug.channels = gmail_channels; extraConfig.account.AuthMechs = "XOAUTH2"; }; neomutt = { @@ -160,7 +160,7 @@ in { enable = true; create = "maildir"; expunge = "both"; - groups.gmail.channels = gmail_channels; + groups.usp.channels = gmail_channels; extraConfig.account.AuthMechs = "XOAUTH2"; }; neomutt = {