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 {
|
||||
myVim =
|
||||
with super;
|
||||
neovim.override {
|
||||
(self: super: {
|
||||
myVim = super.neovim.override {
|
||||
configure = {
|
||||
packages.myVimPackage = with pkgs.vimPlugins; {
|
||||
packages.myVimPackage = with self.pkgs.vimPlugins; {
|
||||
# loaded on start
|
||||
start = [
|
||||
ale
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue