feat(nix/prog/hledger): add aliases
This commit is contained in:
parent
655f060a36
commit
5f8743dfcf
1 changed files with 6 additions and 1 deletions
|
@ -4,8 +4,13 @@ with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.progs.hledger;
|
cfg = config.progs.hledger;
|
||||||
|
|
||||||
|
bin = "${pkgs.hledger}/bin/hledger";
|
||||||
|
sbin = "${bin} --strict";
|
||||||
|
|
||||||
hledgerAliases = {
|
hledgerAliases = {
|
||||||
# TODO: add aliases for business and family accounts
|
hle = bin;
|
||||||
|
shle = sbin;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue