feat: expose hm modules

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2024-04-05 10:13:28 -05:00
parent fdf3a2135a
commit 955ea04cbf
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 31 additions and 29 deletions

View File

@ -137,11 +137,7 @@
};
username = "jolheiser";
system = "x86_64-linux";
in {
homeConfigurations = {
"jolheiser" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [
homeManagerModules = [
agenix.homeManagerModules.age
{
home = {
@ -170,6 +166,12 @@
}
./apps/gui
];
in {
inherit homeManagerModules;
homeConfigurations = {
"jolheiser" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = homeManagerModules;
};
};
nixosConfigurations = {