Make global home config optional
This commit is contained in:
parent
27150198e0
commit
3b27b8669f
|
@ -134,7 +134,6 @@
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
sops-nix.homeManagerModules.sops
|
sops-nix.homeManagerModules.sops
|
||||||
./lib/home.nix
|
|
||||||
] ++ (lib.optional (userConfigPath != null) userConfigPath);
|
] ++ (lib.optional (userConfigPath != null) userConfigPath);
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue