gmail fixes

This commit is contained in:
John Lancaster
2026-03-23 18:32:21 -05:00
parent 9403b72a75
commit 3097fb0af1
+2 -2
View File
@@ -1,5 +1,5 @@
{ inputs, ... }: { { self, inputs, ... }: {
flake.modules.homeManager = { flake.modules.homeManager.gmail = {config, ... }: {
home.sessionVariables = { home.sessionVariables = {
GMAIL_CREDS_PATH = "${config.xdg.configHome}/sops-nix/gmail_api_credentials.json"; GMAIL_CREDS_PATH = "${config.xdg.configHome}/sops-nix/gmail_api_credentials.json";
}; };