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, 0 insertions, 10 deletions
diff --git a/system/modules/programs/accounting.nix b/system/modules/programs/accounting.nix
deleted file mode 100644
index e98c3e7e..00000000
--- a/system/modules/programs/accounting.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ config, pkgs, ... }:
-
-{ environment.systemPackages = with pkgs; [
-    ledger
-    bean-add
-    beancount
-    fava
-    reckon
-  ];
-}