This commit is contained in:
Bryan Ramos 2026-05-11 21:53:01 -04:00
parent da8ee67320
commit c5c4b97b36
6 changed files with 6 additions and 7 deletions

View file

@ -13,7 +13,7 @@ in
};
home.file.".config/bash" = {
source = config.lib.file.mkOutOfStoreSymlink ./bash;
source = ./bash;
recursive = true;
};