restructured project to split out home manager

This commit is contained in:
Leyla Becker 2024-11-22 00:51:10 -06:00
parent c8e7944da5
commit 18f51a65c2
24 changed files with 421 additions and 254 deletions

5
homes/default.nix Normal file
View file

@ -0,0 +1,5 @@
{
leyla = import ./leyla;
ester = import ./ester;
eve = import ./eve;
}