mirror of
https://github.com/vale981/outlook-oauth-hack
synced 2025-03-04 16:41:38 -05:00
use correct file name for config
This commit is contained in:
parent
dd4e37d8a5
commit
057d343656
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@ in
|
||||||
};
|
};
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = [ cfg.package ];
|
home.packages = [ cfg.package ];
|
||||||
home.file.".o365-auth-config".text = cfg.config;
|
home.file.".o365-auth-config.toml".text = cfg.config;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue