feat: expose hm modules

Signed-off-by: jolheiser <john.olheiser@gmail.com>
teamcity
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"; username = "jolheiser";
system = "x86_64-linux"; system = "x86_64-linux";
in { homeManagerModules = [
homeConfigurations = {
"jolheiser" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [
agenix.homeManagerModules.age agenix.homeManagerModules.age
{ {
home = { home = {
@ -170,6 +166,12 @@
} }
./apps/gui ./apps/gui
]; ];
in {
inherit homeManagerModules;
homeConfigurations = {
"jolheiser" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = homeManagerModules;
}; };
}; };
nixosConfigurations = { nixosConfigurations = {