fixed inputs for sops
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
};
|
||||
|
||||
mkhomeManagerModules = config: [
|
||||
self.homeManagerModules.default
|
||||
(self.homeManagerModules.default inputs)
|
||||
# { inherit (config) extraImports; }
|
||||
{
|
||||
user = config.user;
|
||||
@@ -52,7 +52,9 @@
|
||||
{
|
||||
lib = { inherit mkhomeManagerModules; };
|
||||
|
||||
homeManagerModules.default = { ... }: { imports = [ ./homeManagerModules ]; };
|
||||
homeManagerModules.default = inputs: {
|
||||
imports = [ ./homeManagerModules ];
|
||||
};
|
||||
|
||||
nixosModules.default = { config, ... }: {
|
||||
imports = [
|
||||
|
||||
Reference in New Issue
Block a user