added experimental homeConfigurations

This commit is contained in:
Aly Raffauf 2024-03-02 16:05:24 -05:00
parent 5268d5afed
commit 0f744c35c3

View file

@ -89,5 +89,10 @@
];
};
};
homeConfigurations.aly = home-manager.lib.homeManagerConfiguration {
modules = [
./home/aly
];
};
};
}