Move mbsync configuration to XDG_CONFIG_HOME

This commit is contained in:
Oliver Davies 2025-03-18 02:45:41 +00:00
parent 5de6335137
commit 6c3f8796b4

View file

@ -68,6 +68,10 @@
esac esac
} }
mbsync() {
${pkgs.isync}/bin/mbsync --config "${config.xdg.configHome}/isync/mbsyncrc" "''${@}"
}
ttyper() { ttyper() {
command ${pkgs.ttyper}/bin/ttyper --language english1000 --words 50 "''${@}" command ${pkgs.ttyper}/bin/ttyper --language english1000 --words 50 "''${@}"
} }