summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index f2afd92..8845576 100644
--- a/flake.nix
+++ b/flake.nix
@@ -49,6 +49,7 @@
inherit lib system;
specialArgs = {inherit inputs;};
modules = [
+ extraModules
({config, ... }: {
nixpkgs.overlays = with lib; [(composeManyExtensions [
(import ./overlays/vimPlugins.nix {inherit pkgs;})
@@ -57,7 +58,7 @@
] ++ (attrValues
(attrsets.mergeAttrsList (map modulesIn [
./profiles/core
- ]))) ++ extraModules;
+ ])));
};
templates = {