testig HM as module - try 2

This commit is contained in:
2023-10-18 19:47:46 +00:00
parent 887d6c162f
commit 6889dc2640
2 changed files with 3 additions and 5 deletions

View File

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