diff options
author | Ben Sima <ben@bsima.me> | 2019-11-29 14:30:23 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-29 14:30:23 -0800 |
commit | e081f01e35277c5f480114c1d1558f285152c79a (patch) | |
tree | 517b8c03c7c99dca26b3b1eb6f094e1a3491c56a /lib | |
parent | b5cddf6cb8b2be7a4424753c30f82f74783bf896 (diff) |
Add hledger
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 4 | ||||
-rw-r--r-- | lib/hledger.journal | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix index d6af79c..8689a2b 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -29,6 +29,10 @@ in source = ./editorconfig; target = ".editorconfig"; }; + hledger = { + source = ./hledger.journal; + target = ".hledger.journal"; + }; }; }; diff --git a/lib/hledger.journal b/lib/hledger.journal new file mode 100644 index 0000000..e102f5a --- /dev/null +++ b/lib/hledger.journal @@ -0,0 +1,2 @@ +!include /home/ben/org/fund/accounts.journal +!include /home/ben/org/fund/2019.10.journal |