blob: 3f9df3edf5056970120b2cc2aa9b510e3c94e159 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
{sysLib}: let
snap-sync-forked = (import ./snap-sync-forked) {inherit sysLib;};
nvim_plugs = import ./plgs-pkgs;
update_vim_plugins = import ./update_vim_plugins;
ytc = import ./ytc;
overlays = [] ++ snap-sync-forked ++ nvim_plugs ++ update_vim_plugins ++ ytc;
in
overlays
|