credential store

This commit is contained in:
2026-01-30 23:34:47 -06:00
parent 9c4ec53b0f
commit 570687deae

View File

@@ -9,6 +9,9 @@
core = {
editor = "nvim -f";
};
credential = {
helper = "store";
};
};
};
}