update all deps
This commit is contained in:
@@ -1,23 +1,17 @@
|
||||
{
|
||||
pkgs,
|
||||
osConfig,
|
||||
lib,
|
||||
...
|
||||
osConfig,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
w3m
|
||||
inetutils
|
||||
inetutils
|
||||
];
|
||||
|
||||
services = {
|
||||
# mbsync = {
|
||||
# enable = true;
|
||||
# frequency = "*-*-* *:*/5:00";
|
||||
# postExec = "\${pkgs.notmuch} new";
|
||||
# };
|
||||
vdirsyncer = {
|
||||
enable = true;
|
||||
#frequency = "*-*-* *:*/5:00";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -68,7 +62,7 @@
|
||||
};
|
||||
notmuch = {
|
||||
enable = true;
|
||||
new.tags = [ "new" ];
|
||||
new.tags = ["new"];
|
||||
search.excludeTags = [
|
||||
"trash"
|
||||
"spam"
|
||||
@@ -80,10 +74,10 @@
|
||||
notmuch tag +cal attachment:.ics
|
||||
|
||||
notmuch tag +inbox +unread -new "tag:new"
|
||||
'';
|
||||
'';
|
||||
preNew = ''
|
||||
cd ~/Maildir/work/ && gmi sync
|
||||
'';
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -108,7 +102,7 @@
|
||||
enable = true;
|
||||
settings = {
|
||||
replace_slash_with_dot = true;
|
||||
ignore_tags = [ "new" "personal" "work" ];
|
||||
ignore_tags = ["new" "personal" "work"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user