diff options
author | Alan Pearce | 2020-03-13 14:22:34 +0100 |
---|---|---|
committer | Alan Pearce | 2020-03-13 14:38:37 +0100 |
commit | 413cf3b4cc986b2d9a8e775ec5c5ad8ef783ba2c (patch) | |
tree | ca0ac5f3686e027d62c0cc42e691497cbd8cf1b0 /system/settings/programs | |
parent | bdab7def66314e83f4577dd70b2855228cc47606 (diff) | |
download | nixfiles-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.nix | 10 |
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 - ]; -} |