testig HM as module - try 2

This commit is contained in:
2023-10-18 19:28:10 +00:00
parent 9501167e5f
commit 9f07c90112
2 changed files with 18 additions and 9 deletions

View File

@@ -121,6 +121,15 @@
specialArgs = { inherit inputs outputs lib; hostName = "StuPC";};
modules = [
./hosts/StuPC-WSL
home-manager.nixosModules.home-manager
{
home-manager.sharedModules = [
inputs.sops-nix.homeManagerModules.sops
];
home-manager.useGlobalPkgs = true;
home-manager.users.sstent = ./home-manager/users/sstent;
}
];
};