diff options
author | Griffin Smith <grfn@gws.fyi> | 2022-06-14T14·15-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-07-11T14·44+0000 |
commit | 539d69f565f0f3ada8a08ebc5a199b97dbc89b73 (patch) | |
tree | a00de4b7a6073ae454bff948728cd956b7643dd8 /users/grfn/system/home/modules | |
parent | a37f0eed21617fd914c84cca35761bad802a989d (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/modules')
-rw-r--r-- | users/grfn/system/home/modules/email.nix | 1 |
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 63dfeeb6f480..4d5f3df69587 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' |