mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-19 14:53:00 +00:00
This commit fixes an issue in aerc-accounts that prevents oauth2 accounts from being generated from given parameters. It also allows users to add XOAUTH2 credentials without having to add all four of client_id, client_secret, token_endpoint, and scope. It further adds tests for the XOAUTH2 config generation.
6 lines
140 B
Nix
6 lines
140 B
Nix
{
|
|
aerc-noSettings = ./noSettings.nix;
|
|
aerc-settings = ./settings.nix;
|
|
aerc-assertion = ./assertion.nix;
|
|
aerc-oauth = ./oauth.nix;
|
|
}
|