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

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