about summary refs log tree commit diff
path: root/users/grfn/system/home
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2022-06-14T14·15-0400
committerclbot <clbot@tvl.fyi>2022-07-11T14·44+0000
commit539d69f565f0f3ada8a08ebc5a199b97dbc89b73 (patch)
treea00de4b7a6073ae454bff948728cd956b7643dd8 /users/grfn/system/home
parenta37f0eed21617fd914c84cca35761bad802a989d (diff)
feat(grfn/home): Add binding for extracting patch from email r/4286
Change-Id: Id568f8b479cebe547e1ad8a309ccfa395bf99b83
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5935
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
Diffstat (limited to 'users/grfn/system/home')
-rw-r--r--users/grfn/system/home/modules/email.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/system/home/modules/email.nix b/users/grfn/system/home/modules/email.nix
index 63dfeeb6f4..4d5f3df695 100644
--- a/users/grfn/system/home/modules/email.nix
+++ b/users/grfn/system/home/modules/email.nix
@@ -37,6 +37,7 @@ in
   home.packages = with pkgs; [
     mu
     msmtp
+    config.lib.depot.users.grfn.pkgs.notmuch-extract-patch
   ];
 
   systemd.user.services = mapAttrs'