Add more local git repo mappings

This commit is contained in:
2026-03-27 17:48:57 +00:00
parent cbb1e217d5
commit 788316d9bf

View File

@@ -5,5 +5,8 @@
programs.git.config = {
url."https://git.sheremet.ch/futureware-tech/nix.git".insteadOf =
"https://github.com/futureware-tech/nix.git";
url."https://git.sheremet.ch/artem/dotfiles.git".insteadOf =
"https://github.com/dotdoom/dotfiles.git";
url."https://git.sheremet.ch/home/esphome.git".insteadOf = "https://github.com/dotdoom/esphome.git";
};
}