testig HM as module - try 2

This commit is contained in:
2023-10-18 19:21:02 +00:00
parent 675ea144ed
commit e50d20e622
2 changed files with 1 additions and 2 deletions

View File

@@ -121,8 +121,6 @@
specialArgs = { inherit inputs outputs lib; hostName = "StuPC";};
modules = [
./hosts/StuPC-WSL
./home-manager/users/sstent
];
};

View File

@@ -44,6 +44,7 @@ config = {
sharedModules = [
inputs.sops-nix.homeManagerModules.sops
];
users.stent = ../home-manager/users/sstent
};
nixpkgs.config.allowUnfree = true;