diff options
Diffstat (limited to 'common/default.nix')
| -rw-r--r-- | common/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/default.nix b/common/default.nix index 6f1f7b4..c331e65 100644 --- a/common/default.nix +++ b/common/default.nix @@ -2,6 +2,7 @@ inputs: { lib, ... }: { imports = [ + (lib.modules.importApply ./overlays { inherit inputs; }) (lib.modules.importApply ./modules { inherit inputs; }) ]; # flake.templates = import ./templates inputs; |
