nixos-config

NixOS configs for my systems
Log | Files | Refs

commit 35b35490bb379905036c7ab4541eac1cabd9dec3
parent 8a5094a11b98b263cdb41e80b70d48b5a2b00cb9
Author: vin <vin@vineetk.net>
Date:   Sun, 23 Feb 2025 20:07:36 -0500

add notmuch config

Diffstat:
Mhome.nix | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/home.nix b/home.nix @@ -398,6 +398,29 @@ in { }; }; + notmuch = { + enable = true; + extraConfig.user = { + name = "Vineet Kumar"; + primary_email = "me@vineetk.net"; + other_email = "vineet@vineetk.net;***REDACTED_EMAIL***;kar@13f0.net"; + }; + hooks = { + postNew = '' + notmuch tag +13f0 -- tag:new and to:"*@13f0.net" + notmuch tag +vineetk -- tag:new and to:"*@vineetk.net" + notmuch tag +university -- tag:new and to:***REDACTED_EMAIL*** + notmuch tag +openbsd_announce -inbox -- tag:new and to:announce@openbsd.org + notmuch tag +openbsd_arm -inbox -- tag:new and to:arm@openbsd.org + notmuch tag +openbsd_misc -inbox -- tag:new and to:misc@openbsd.org + notmuch tag +opensmtpd_misc -inbox -- tag:new and to:misc@opensmtpd.org + notmuch tag +oss_security -inbox -- tag:new and to:oss-security@lists.openwall.com + notmuch tag +tuhs -inbox -- tag:new and to:tuhs@tuhs.org + ''; + preNew = "mbsync -a"; + }; + }; + qutebrowser = { enable = true;