all repos — archive/nixos-configuration @ 7777eb3da4de01eda010d3b9a65f59c03969379f

Superseded by nixfiles

modules/programs/accounting.nix (view raw)

1
2
3
4
5
6
7
8
9
10
{ config, pkgs, ... }:

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