all repos — nixfiles @ a992ae2e0100c761e5385b938d61a124aa7d503c

System and user configuration, managed by nix and home-manager

Add accounting module

Alan Pearce
commit

a992ae2e0100c761e5385b938d61a124aa7d503c

parent

dc4ea159709bf7904140f2430bb0a1178dd152dd

1 file changed, 9 insertions(+), 0 deletions(-)

changed files
A modules/accounting.nix
@@ -0,0 +1,9 @@
+{ config, pkgs, ... }: + +{ environment.systemPackages = with pkgs; [ + ledger + bean-add + beancount + fava + ]; +}