This commit is contained in:
Bryan Ramos 2026-04-30 23:26:45 -04:00
parent 9feb01d2d6
commit 5287411131
7 changed files with 58 additions and 26 deletions

View file

@ -20,7 +20,7 @@ in
git-crypt
];
file.".config/git" = {
source = ./git;
source = config.lib.file.mkOutOfStoreSymlink ./git;
recursive = true;
};
};