summary refs log tree commit diff stats
path: root/system/settings/programs
diff options
context:
space:
mode:
authorAlan Pearce2019-11-30 12:00:51 +0100
committerAlan Pearce2019-11-30 12:03:07 +0100
commitd61b8a994011fc714a1b2949f02f0ce30b970f76 (patch)
tree5d89c6af4d2ad65fa7d4ada6501d44535968a8e1 /system/settings/programs
parent3d24332c37c914d7004811d6e6da37e0ff1c4c07 (diff)
downloadnixfiles-d61b8a994011fc714a1b2949f02f0ce30b970f76.tar.lz
nixfiles-d61b8a994011fc714a1b2949f02f0ce30b970f76.tar.zst
nixfiles-d61b8a994011fc714a1b2949f02f0ce30b970f76.zip
accounting: install hledger
Seems to have very nicely-configurable CSV importing
Diffstat (limited to 'system/settings/programs')
-rw-r--r--system/settings/programs/accounting.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/programs/accounting.nix b/system/settings/programs/accounting.nix
index e98c3e7e..729c4e86 100644
--- a/system/settings/programs/accounting.nix
+++ b/system/settings/programs/accounting.nix
@@ -2,6 +2,7 @@
 
 { environment.systemPackages = with pkgs; [
     ledger
+    hledger
     bean-add
     beancount
     fava