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:
parent
cd25bf96e9
commit
4f9073757c
18 changed files with 188 additions and 133 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
nixos-hardware,
|
||||
pkgs,
|
||||
self,
|
||||
|
@ -12,6 +13,7 @@
|
|||
let
|
||||
configuration = import ./configuration.nix {
|
||||
inherit
|
||||
outputs
|
||||
desktop
|
||||
hostname
|
||||
inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue