refac(nix/prog/hledger): add interest addon
chore(nix/prog/hledger): change commodities
This commit is contained in:
parent
3e988e6239
commit
655f060a36
1 changed files with 4 additions and 3 deletions
|
@ -21,13 +21,14 @@ in
|
|||
home.packages = with pkgs; [
|
||||
hledger
|
||||
hledger-ui
|
||||
hledger-interest
|
||||
];
|
||||
|
||||
home.file = {
|
||||
"finance/commodities.journal".text = ''
|
||||
; Fiat currencies
|
||||
commodity RUB 1000.00
|
||||
commodity $1000.00
|
||||
commodity 1.000,00 RUB
|
||||
commodity 1.000,00 USD
|
||||
|
||||
; Investment commodities
|
||||
|
||||
|
@ -36,7 +37,7 @@ in
|
|||
; Other
|
||||
|
||||
; Default commodity
|
||||
D RUB 1000.00
|
||||
; D 1.000,00 RUB
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue