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

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