fixed?
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user