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

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