use correct file name for config

This commit is contained in:
Valentin Boettcher 2024-04-05 18:52:04 -04:00
parent dd4e37d8a5
commit 057d343656
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -30,6 +30,6 @@ in
};
config = mkIf cfg.enable {
home.packages = [ cfg.package ];
home.file.".o365-auth-config".text = cfg.config;
home.file.".o365-auth-config.toml".text = cfg.config;
};
}