summary refs log tree commit diff stats
path: root/modules/accounting.nix
blob: 5882436fc22b5df55c9dccf6127a50e865872ade (plain)
1
2
3
4
5
6
7
8
9
10
{ config, pkgs, ... }:

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