From 2163b20acdeae69ce8bec6bdb65356414d939256 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Thu, 12 Oct 2023 11:01:05 +0000 Subject: fixup --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = { -- cgit v1.2.3