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

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