gmail fixes
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user