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

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