From 3097fb0af19dccb0eef74c4ef7f1dfa3129d9dad Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:32:21 -0500 Subject: [PATCH] gmail fixes --- modules/programs/gmail.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/programs/gmail.nix b/modules/programs/gmail.nix index a2b3055..83c756f 100644 --- a/modules/programs/gmail.nix +++ b/modules/programs/gmail.nix @@ -1,5 +1,5 @@ -{ inputs, ... }: { - flake.modules.homeManager = { +{ self, inputs, ... }: { + flake.modules.homeManager.gmail = {config, ... }: { home.sessionVariables = { GMAIL_CREDS_PATH = "${config.xdg.configHome}/sops-nix/gmail_api_credentials.json"; };