This commit is contained in:
Christoph Schmatzler
2025-08-14 07:57:41 +02:00
parent 1db8918434
commit 9218a5b47a
4 changed files with 27 additions and 10 deletions

View File

@@ -100,6 +100,17 @@
enable = true;
};
services.syncthing.settings.folders = {
"Projects/Personal" = {
path = "/home/${user}/Projects/Personal";
devices = ["tahani" "jason"];
};
"Projects/Work" = {
path = "/home/${user}/Projects/Work";
devices = ["tahani" "chidi"];
};
};
home-manager.users.${user} = {
programs.git.userEmail = "christoph@schmatzler.com";
};