diff options
author | Soispha <soispha@vhack.eu> | 2023-10-01 13:48:42 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-01 13:54:50 +0200 |
commit | 4d8f53f3de585261124c5147fbe39f704a5eeaf3 (patch) | |
tree | 3783f130a546c61230b96e4ec289f56511c02d1b /.gitattributes | |
parent | chore(version): v1.14.0 (diff) | |
download | nixos-config-4d8f53f3de585261124c5147fbe39f704a5eeaf3.tar.gz nixos-config-4d8f53f3de585261124c5147fbe39f704a5eeaf3.zip |
feat(hm/conf/taskwarrior): Add first config for neorg ⇄ taskwarrior interop
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes index 1198b1a5..f866b1fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,6 @@ hm/soispha/conf/mail/non_public_accounts.nix filter=git-crypt diff=git-crypt +hm/soispha/conf/taskwarrior/projects/* filter=git-crypt diff=git-crypt + # gpg keys: -hm/soispha/conf/gpg/keys/key_1 filter=git-crypt diff=git-crypt -hm/soispha/conf/gpg/keys/key_2 filter=git-crypt diff=git-crypt -hm/soispha/conf/gpg/keys/key_3 filter=git-crypt diff=git-crypt -hm/soispha/conf/gpg/keys/key_4 filter=git-crypt diff=git-crypt +hm/soispha/conf/gpg/keys/key_* filter=git-crypt diff=git-crypt |