mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 15:43:55 -05:00
aly: enable himalaya for fastmail account
This commit is contained in:
parent
a833b989f6
commit
6be75be909
|
@ -12,10 +12,10 @@ in {
|
||||||
address = "alyraffauf@fastmail.com";
|
address = "alyraffauf@fastmail.com";
|
||||||
aliases = ["aly@raffauflabs.com"];
|
aliases = ["aly@raffauflabs.com"];
|
||||||
flavor = "fastmail.com";
|
flavor = "fastmail.com";
|
||||||
|
himalaya.enable = true;
|
||||||
passwordCommand = mkPassword osConfig.age.secrets.alyraffaufFastmail.path;
|
passwordCommand = mkPassword osConfig.age.secrets.alyraffaufFastmail.path;
|
||||||
primary = true;
|
primary = true;
|
||||||
realName = "Aly Raffauf";
|
realName = "Aly Raffauf";
|
||||||
|
|
||||||
thunderbird = {
|
thunderbird = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profiles = ["default"];
|
profiles = ["default"];
|
||||||
|
|
Loading…
Reference in a new issue