diff options
Diffstat (limited to 'system/settings')
-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 - ]; -} |