Fixing home-manager conf after upgrade
This commit is contained in:
parent
fe5c991925
commit
9444009c28
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
accounts = {
|
accounts = {
|
||||||
FastMail = {
|
FastMail = {
|
||||||
address = "dustin@dustinswan.com";
|
address = "dustin@dustinswan.com";
|
||||||
aliases = "dustinswan@gmail.com";
|
aliases = ["dustinswan@gmail.com"];
|
||||||
realName = "Dustin Swan";
|
realName = "Dustin Swan";
|
||||||
primary = true;
|
primary = true;
|
||||||
folders = {
|
folders = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue