feat: hledger test

This commit is contained in:
Nick 2025-01-21 22:52:36 -06:00
parent 1da13e96b6
commit b6e41d866a
3 changed files with 22 additions and 2 deletions

10
nixos/modules/services/hledger.nix Normal file → Executable file
View file

@ -1,5 +1,6 @@
{
flake,
pkgs,
...
}:
let
@ -40,6 +41,15 @@ in
};
};
environment = {
# enableAllTerminfo = true;
systemPackages = builtins.attrValues {
inherit (pkgs)
hledger
;
};
};
fileSystems."/var/lib/${service.name}" = {
device = service.paths.path0;
fsType = "none";