mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: hledger test
This commit is contained in:
parent
77f1db64d2
commit
4db6929078
1 changed files with 5 additions and 0 deletions
|
@ -1,9 +1,14 @@
|
|||
{ instancesFunctions }:
|
||||
let
|
||||
inherit (instancesFunctions)
|
||||
dummy
|
||||
;
|
||||
hledgerLabel = "Hledger";
|
||||
hledgerName = "hledger";
|
||||
in
|
||||
{
|
||||
label = hledgerLabel;
|
||||
email = dummy;
|
||||
name = hledgerName;
|
||||
paths = {
|
||||
path0 = "/mnt/media/storage/${hledgerLabel}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue