{ config, pkgs, ... }:

{ environment.systemPackages = with pkgs; [
    aqbanking
    ledger
    bean-add
    beancount
    fava
  ];
}