fixing issues
This commit is contained in:
parent
49b51a01b6
commit
153585c11b
3 changed files with 11 additions and 6 deletions
|
@ -45,8 +45,8 @@ let
|
|||
}
|
||||
{
|
||||
query =
|
||||
"from:space-left.org OR to:space-left.org OR subject:/[space-left]/";
|
||||
tags = [ "+spaceleft" "+list" "+space-left" ];
|
||||
"from:space-left.org OR to:space-left.org OR subject:/\\[space-left\\]/";
|
||||
tags = [ "+spaceleft" "+space-left" ];
|
||||
}
|
||||
{
|
||||
query = "from:landr.com";
|
||||
|
|
|
@ -38,6 +38,11 @@ with lib;
|
|||
publicKey =
|
||||
"ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCG/sjnOlbrmpUliFtM5fmZTcm2wpUoP5OQEzFrrkkwhstCO9fMty9mp5qnKlezYA9+l78RTd218qFjSKYxTQNw=";
|
||||
};
|
||||
# space-left
|
||||
gitlabSpaceLeft = {
|
||||
hostNames = [ "git.space-left.org" ];
|
||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAapztj8I3xy6Ea8A1q7Mo5C6zdgsK1bguAXcKUDCRBO";
|
||||
};
|
||||
# c-base
|
||||
"bnd-cbase" = {
|
||||
hostNames = [ "bnd.cbrp3.c-base.org" ];
|
||||
|
|
|
@ -106,12 +106,12 @@ let
|
|||
|
||||
borrow = pkgs.writers.writeDashBin "borrow" # sh
|
||||
''
|
||||
TERM=xterm-mono ${pkgs.hledger-ui}/bin/hledger-ui --file ~/finance/hledger-borrow "$@"
|
||||
TERM=xterm-mono ${pkgs.hledger-ui}/bin/hledger-ui --file ~/finance/.hledger-borrow "$@"
|
||||
'';
|
||||
|
||||
bank = pkgs.writers.writeDashBin "bank" # sh
|
||||
''
|
||||
TERM=xterm-mono ${pkgs.hledger-ui}/bin/hledger-ui --file ~/finance/hledger/`date +%Y`.journal "$@"
|
||||
${pkgs.hledger-ui}/bin/hledger-ui --file ~/finance/hledger/all.journal
|
||||
'';
|
||||
|
||||
bank-old = year:
|
||||
|
@ -208,11 +208,11 @@ in {
|
|||
isoToUtf8
|
||||
hledger
|
||||
hledger-ui
|
||||
|
||||
borrow
|
||||
bank
|
||||
(bank-old "2021")
|
||||
(bank-old "2020")
|
||||
(bank-old "2019")
|
||||
borrow
|
||||
|
||||
irc
|
||||
|
||||
|
|
Loading…
Reference in a new issue