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

{
  home.packages = with pkgs; [
    ledger
    hledger
    bean-add
    beancount
    reckon
  ];
}