new flake

This commit is contained in:
2023-11-29 21:23:16 +00:00
parent 0b8ddd6ffb
commit d55cb16c37
3 changed files with 9 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, ... }@inputs:
};
modules = [
./modules
#./modules
./hosts/${hostName}
@@ -52,6 +52,9 @@ outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, ... }@inputs:
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.sstent = import ./home-manager;
home-manager.sharedModules = [
inputs.sops-nix.homeManagerModules.sops
];
}
];
};