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

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