overlay: clean up structure
This commit is contained in:
parent
75062d5568
commit
cfe1856b72
1 changed files with 26 additions and 28 deletions
|
|
@ -1,10 +1,8 @@
|
||||||
[
|
[
|
||||||
(self: super: rec {
|
(self: super: {
|
||||||
myVim =
|
myVim = super.neovim.override {
|
||||||
with super;
|
|
||||||
neovim.override {
|
|
||||||
configure = {
|
configure = {
|
||||||
packages.myVimPackage = with pkgs.vimPlugins; {
|
packages.myVimPackage = with self.pkgs.vimPlugins; {
|
||||||
# loaded on start
|
# loaded on start
|
||||||
start = [
|
start = [
|
||||||
ale
|
ale
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue