Added netrw~nvim and salt-lint

This commit is contained in:
fleaz 2024-05-15 15:43:06 +02:00
parent 2ed60c215f
commit 54336cf9d4
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
4 changed files with 26 additions and 13 deletions

View file

@ -6,7 +6,6 @@ self: super: {
packageOverrides = python-self: python-super: {
pytapo = python-self.callPackage ./pytapo { };
brother-ql = python-self.callPackage ./brother-ql { };
salt-lint = python-self.callPackage ./salt-lint { };
};
};
@ -19,4 +18,8 @@ self: super: {
#mealie = self.callPackage ./mealie { };
gohome = self.callPackage ./gohome { };
matrix-alertmanager-receiver = self.callPackage ./matrix-alertmanager-receiver { };
vimPlugins = super.vimPlugins.extend ( self': super': {
netrw-nvim = super.callPackage ./netrw-nvim { };
});
salt-lint = super.callPackage ./salt-lint { };
}