From ba436cd0b0730309551415cb4c75a3f71ad46d3b Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Thu, 12 Oct 2023 11:04:54 +0000 Subject: fixup --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8845576..873e8ec 100644 --- a/flake.nix +++ b/flake.nix @@ -48,8 +48,7 @@ nixosConfigurations.core = extraModules: nixpkgs.lib.nixosSystem { inherit lib system; specialArgs = {inherit inputs;}; - modules = [ - extraModules + modules = extraModules ++ [ ({config, ... }: { nixpkgs.overlays = with lib; [(composeManyExtensions [ (import ./overlays/vimPlugins.nix {inherit pkgs;}) -- cgit v1.2.3