Move custom Vim plugins back to an overlay

This commit is contained in:
Oliver Davies 2024-10-25 00:24:33 +01:00
parent 216a1d3321
commit 4da89a329f
4 changed files with 149 additions and 140 deletions

View file

@ -8,7 +8,9 @@
let
inherit (pkgs) lib;
pkgs = inputs.nixpkgs.legacyPackages.${system};
pkgs = import inputs.nixpkgs {
overlays = [ (import "${self}/overlays/vim-plugins-overlay.nix") ];
};
shared-config = import "${self}/lib/shared/home-manager.nix" {
inherit