diff options
author | Ben Sima <ben@bsima.me> | 2022-11-15 09:54:24 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-11-15 09:54:37 -0500 |
commit | 92521e0c88bf49eb5e1bd6c59c2d9eea32bac1be (patch) | |
tree | f9145197b3f1a18bfb222e544e9059f92995c341 /lib/common.nix | |
parent | 032b1f0a62f2869c941cf4d5bfa5bb3fe068785a (diff) |
moved ledger stuff to ~/fund
Change-Id: If0996e11fa8b6a17fb42f9ce264f14187b22122c
Diffstat (limited to 'lib/common.nix')
-rw-r--r-- | lib/common.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/common.nix b/lib/common.nix index 8b40f60..2f6c77e 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -15,7 +15,6 @@ in { LANGUAGE = locale; PATH = "${homedir}/bin:${homedir}/.local/bin:$PATH"; PAGER = "less"; # "bat --theme=ansi"; - LEDGER_FILE = "${homedir}/.hledger.journal"; XTERM_LOCALE = locale; PYTHONSTARTUP = "${homedir}/.pythonrc"; @@ -46,14 +45,6 @@ in { source = ./editorconfig; target = ".editorconfig"; }; - hledger = { - source = builtins.toFile "hledger.journal" '' - !include ${homedir}/org/fund/accounts.journal - !include ${homedir}/org/fund/ledger.journal - !include ${homedir}/org/fund/prices.journal - ''; - target = ".hledger.journal"; - }; pythonrc = { source = ./pythonrc; target = ".pythonrc"; |