feat: add hledger support
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
27194b5a47
commit
afb1c784de
1 changed files with 12 additions and 0 deletions
12
plugins/lang/hledger.nix
Normal file
12
plugins/lang/hledger.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{ lib, pkgs, ... }:
|
||||||
|
{
|
||||||
|
plugins = {
|
||||||
|
ledger = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
bin = lib.getExe pkgs.hledger;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue