This commit is contained in:
John Lancaster
2026-02-04 22:11:49 -06:00
parent e662bb181a
commit 938fc63481
3 changed files with 8 additions and 2 deletions

View File

@@ -16,6 +16,10 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
resticprofile = {
url = "path:./homeManagerModules/restic";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, ... }@inputs:
@@ -55,6 +59,7 @@
homeManagerModules.default = {
imports = [
./homeManagerModules
inputs.resticprofile.homeManagerModules.default
];
};