summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-11-29 14:30:23 -0800
committerBen Sima <ben@bsima.me>2019-11-29 14:30:23 -0800
commite081f01e35277c5f480114c1d1558f285152c79a (patch)
tree517b8c03c7c99dca26b3b1eb6f094e1a3491c56a /lib/common.nix
parentb5cddf6cb8b2be7a4424753c30f82f74783bf896 (diff)
Add hledger
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix4
1 files changed, 4 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";
+ };
};
};