mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
testig HM as module - try 2
This commit is contained in:
@@ -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;
|
||||
|
||||
})
|
||||
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user