Refactor vim plugins overlay

Add overlays for additions, modifications and unstable packages, and
move each additional plugin into its own additional package.
This commit is contained in:
Oliver Davies 2024-11-05 12:00:00 +00:00
parent cd25bf96e9
commit 4f9073757c
18 changed files with 188 additions and 133 deletions

View file

@ -1,5 +1,6 @@
{
inputs,
outputs,
nixos-hardware,
pkgs,
self,
@ -12,6 +13,7 @@
let
configuration = import ./configuration.nix {
inherit
outputs
desktop
hostname
inputs