summary refs log tree commit diff stats
path: root/system/modules/programs/accounting.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/modules/programs/accounting.nix')
-rw-r--r--system/modules/programs/accounting.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/modules/programs/accounting.nix b/system/modules/programs/accounting.nix
new file mode 100644
index 00000000..e98c3e7e
--- /dev/null
+++ b/system/modules/programs/accounting.nix
@@ -0,0 +1,10 @@
+{ config, pkgs, ... }:
+
+{ environment.systemPackages = with pkgs; [
+    ledger
+    bean-add
+    beancount
+    fava
+    reckon
+  ];
+}