testig HM as module - try 2

This commit is contained in:
2023-10-18 19:35:37 +00:00
parent e654ab5f96
commit 887d6c162f

View File

@@ -121,13 +121,18 @@
specialArgs = { inherit inputs outputs lib; hostName = "StuPC";};
modules = [
./hosts/StuPC-WSL
home-manager.nixosModules.home-manager
{
inputs.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;
home-manager.users.sstent = import ./home-manager/users/sstent;
})
{
}
];