refactor(nvim): move custom plugins to an overlay

This commit is contained in:
Oliver Davies 2023-03-22 23:21:57 +00:00
parent 6771dd33d4
commit 8a22a861d4
4 changed files with 87 additions and 72 deletions

View file

@ -0,0 +1,7 @@
{ }: {
config = {
allowUnfree = true;
};
overlays = [ (import ./overlays.nix) ];
}