summary refs log tree commit diff stats
path: root/system/settings/programs
diff options
context:
space:
mode:
authorAlan Pearce2020-03-13 14:22:34 +0100
committerAlan Pearce2020-03-13 14:38:37 +0100
commit413cf3b4cc986b2d9a8e775ec5c5ad8ef783ba2c (patch)
treeca0ac5f3686e027d62c0cc42e691497cbd8cf1b0 /system/settings/programs
parentbdab7def66314e83f4577dd70b2855228cc47606 (diff)
downloadnixfiles-413cf3b4cc986b2d9a8e775ec5c5ad8ef783ba2c.tar.lz
nixfiles-413cf3b4cc986b2d9a8e775ec5c5ad8ef783ba2c.tar.zst
nixfiles-413cf3b4cc986b2d9a8e775ec5c5ad8ef783ba2c.zip
Move accounting module to user/
Diffstat (limited to 'system/settings/programs')
-rw-r--r--system/settings/programs/accounting.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/system/settings/programs/accounting.nix b/system/settings/programs/accounting.nix
deleted file mode 100644
index 47324918..00000000
--- a/system/settings/programs/accounting.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ config, pkgs, ... }:
-
-{ environment.systemPackages = with pkgs; [
-    ledger
-    hledger
-    bean-add
-    beancount
-    reckon
-  ];
-}