email and small tweaks
This commit is contained in:
parent
2d95db31cd
commit
c56d621059
4 changed files with 30 additions and 14 deletions
|
@ -10,6 +10,7 @@
|
||||||
music
|
music
|
||||||
langs
|
langs
|
||||||
emacs
|
emacs
|
||||||
|
taskwarrior
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
|
@ -208,8 +208,8 @@
|
||||||
flood.enable = true;
|
flood.enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
extraSettings = {
|
extraSettings = {
|
||||||
incomplete-dir = "/mnt/filez/media/downloads/torrents";
|
incomplete-dir = "/mnt/filez/media/downloads/torrents/incomplete";
|
||||||
download-dir = "/mnt/filez/media/downloads/torrents/incomplete";
|
download-dir = "/mnt/filez/media/downloads/torrents";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
msmtp.enable = true;
|
msmtp.enable = true;
|
||||||
flavor = "fastmail.com";
|
flavor = "fastmail.com";
|
||||||
passwordCommand = "rbw get mu4e-fastmail";
|
passwordCommand = "rbw get mu4e-fastmail";
|
||||||
thunderbird.enable = true;
|
# thunderbird.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"admin@studyoftime.org" = {
|
"admin@studyoftime.org" = {
|
||||||
|
@ -38,19 +38,19 @@
|
||||||
imap.host = "imap.dreamhost.com";
|
imap.host = "imap.dreamhost.com";
|
||||||
smtp.host = "imap.dreamhost.com";
|
smtp.host = "imap.dreamhost.com";
|
||||||
userName = "admin@studyoftime.org";
|
userName = "admin@studyoftime.org";
|
||||||
thunderbird.enable = true;
|
# thunderbird.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"m.nishlapidus@utoronto.ca" = {
|
# "m.nishlapidus@utoronto.ca" = {
|
||||||
address = "m.nishlapidus@utoronto.ca";
|
# address = "m.nishlapidus@utoronto.ca";
|
||||||
realName = "Matt Nish-Lapidus";
|
# realName = "Matt Nish-Lapidus";
|
||||||
imap.host = "outlook.office365.com";
|
# imap.host = "outlook.office365.com";
|
||||||
imap.port = 993;
|
# imap.port = 993;
|
||||||
smtp.host = "smtp.office365.com";
|
# smtp.host = "smtp.office365.com";
|
||||||
smtp.port = 587;
|
# smtp.port = 587;
|
||||||
userName = "m.nishlapidus@utoronto.ca";
|
# userName = "m.nishlapidus@utoronto.ca";
|
||||||
thunderbird.enable = true;
|
# thunderbird.enable = true;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
15
modules/home/taskwarrior.nix
Normal file
15
modules/home/taskwarrior.nix
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
vit
|
||||||
|
tasksh
|
||||||
|
taskwarrior-tui
|
||||||
|
# syncall
|
||||||
|
];
|
||||||
|
|
||||||
|
programs.taskwarrior = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue