modules/aerc: change path to aba address book
This commit is contained in:
parent
7c8cedeed1
commit
2404b30b46
1 changed files with 3 additions and 2 deletions
|
@ -16,8 +16,9 @@ let
|
|||
};
|
||||
|
||||
abaPackage = pkgs.unstable.aba;
|
||||
abaExe = "${abaPackage}/bin/aba -a ${config.xdg.dataHome}/aerc/aba.toml";
|
||||
|
||||
pipeAba = param: exec "pipe -m ${abaPackage}/bin/aba parse ${param}";
|
||||
pipeAba = param: exec "pipe -m ${abaExe} parse ${param}";
|
||||
exec = cmd: ":${cmd}<Enter>";
|
||||
fill = cmd: ":${cmd}<space>";
|
||||
|
||||
|
@ -71,7 +72,7 @@ in
|
|||
};
|
||||
|
||||
compose = {
|
||||
address-book-cmd = "${abaPackage}/bin/aba ls '%s'";
|
||||
address-book-cmd = "${abaExe} list '%s'";
|
||||
};
|
||||
|
||||
statusline = {
|
||||
|
|
Loading…
Reference in a new issue