tweaks
This commit is contained in:
parent
e6901ef554
commit
5dc21e5630
7 changed files with 35 additions and 13 deletions
|
@ -32,7 +32,7 @@
|
|||
xdg.userDirs.videos = "${config.home.homeDirectory}/vids";
|
||||
|
||||
accounts.email = {
|
||||
maildirBasePath = "$HOME/mail";
|
||||
maildirBasePath = "mail";
|
||||
accounts = {
|
||||
personal = {
|
||||
address = "chris@cochrun.xyz";
|
||||
|
@ -70,13 +70,14 @@
|
|||
};
|
||||
maildir.path = "cochrun";
|
||||
};
|
||||
|
||||
work = {
|
||||
address = "chris@tfcconnection.org";
|
||||
userName = "chris@tfcconnection.org";
|
||||
mbsync.enable = true;
|
||||
mu.enable = true;
|
||||
flavor = "outlook.office365.com";
|
||||
passwordCommand = "${pkgs.rbw}/bin/rbw get --full 'Office 365' | ${pkgs.ripgrep}/bin/rg 'sylemail' | ${pkgs.gawk}/bin/awk '{print $2}'";
|
||||
passwordCommand = "/home/chris/.dotfiles/scripts/mailpass";
|
||||
realName = "Chris Cochrun";
|
||||
imap = {
|
||||
host = "outlook.office365.com";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue