summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-10-16 06:45:02 +0000
committerMike Vink <mike1994vink@gmail.com>2023-10-16 06:45:02 +0000
commit5a4b25d98a32ba539e8085d8fef32039f410fae8 (patch)
tree994733054eb516c803a0983adffb6c14d2371862 /flake.nix
parent06fe14bbd48446cbd4dc30bda00cdd2eb82c4fba (diff)
fixup
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 92191bb..bbc98ad 100644
--- a/flake.nix
+++ b/flake.nix
@@ -46,7 +46,11 @@
inherit lib system;
specialArgs = {inherit inputs;};
modules = extraModules ++ [
- (import ./overlays/vimPlugins.nix {inherit pkgs;})
+ ({config, ... }: {
+ nixpkgs.overlays = with lib; [(composeManyExtensions [
+ (import ./overlays/vimPlugins.nix {inherit pkgs;})
+ ])];
+ })
] ++ (attrValues
(attrsets.mergeAttrsList (map modulesIn [
./profiles/core