added overlays to home manager

This commit is contained in:
Leyla Becker 2024-11-24 22:03:23 -06:00
parent 3fdee879c7
commit 11092d11b5
4 changed files with 1 additions and 38 deletions

View file

@ -54,7 +54,7 @@ in {
inherit inputs util outputs osConfig;
};
modules = [
# outputs.homeManagerModules.default
../overlays
../homes/${user}
];
};