update all deps

This commit is contained in:
2025-12-02 11:18:49 -05:00
parent dfd4b364fd
commit b81a57ddb8
27 changed files with 533 additions and 449 deletions

View File

@@ -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"];
};
};
};