diff options
author | Ben Sima <ben@bsima.me> | 2021-01-03 15:08:56 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-03 15:08:56 -0500 |
commit | 2e149f3fbc1e598600f858c04ba02593176ac1f5 (patch) | |
tree | d515d4dcdb384cb4614c7936489ed0e1412b3bbc | |
parent | c01347729161e7b358fd4bee63c62feb150feb5e (diff) |
rename ledger file
-rw-r--r-- | lib/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix index 8175bc7..ee0fdf5 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -40,7 +40,7 @@ in hledger = { source = builtins.toFile "hledger.journal" '' !include ${homedir}/org/fund/accounts.journal - !include ${homedir}/org/fund/2019.10.journal + !include ${homedir}/org/fund/ledger.journal !include ${homedir}/org/fund/prices.journal ''; target = ".hledger.journal"; |