Move mbsync configuration to XDG_CONFIG_HOME
This commit is contained in:
parent
5de6335137
commit
6c3f8796b4
|
@ -68,6 +68,10 @@
|
|||
esac
|
||||
}
|
||||
|
||||
mbsync() {
|
||||
${pkgs.isync}/bin/mbsync --config "${config.xdg.configHome}/isync/mbsyncrc" "''${@}"
|
||||
}
|
||||
|
||||
ttyper() {
|
||||
command ${pkgs.ttyper}/bin/ttyper --language english1000 --words 50 "''${@}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue