Revert "testig HM as module - try 2"

This reverts commit 14bcd17915.
This commit is contained in:
2023-10-19 12:41:59 +00:00
parent 4c7d2c971e
commit d920e3c9d3
5 changed files with 43 additions and 57 deletions

View File

@@ -121,20 +121,6 @@
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 = import ./home-manager/users/sstent;
}
{
}
];
};