reconfigured how home manager gets applied

This commit is contained in:
Leyla Becker 2024-10-03 14:48:14 +02:00
parent 26b231a329
commit ff295dc7ac
8 changed files with 438 additions and 361 deletions

5
users/home.nix Normal file
View file

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