modules: add missed package config

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-08 01:57:06 +03:00
parent fdeca99cb8
commit 721b9cbbec
Signed by: pleshevskiy
GPG Key ID: 17041163DA10A9A2
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ in
{ {
plugin.lualine-nvim = { plugin.lualine-nvim = {
name = "lualine"; name = "lualine";
package = cfg.package;
setupSettings = lib.mkMerge [ setupSettings = lib.mkMerge [
cfg.settings cfg.settings

View File

@ -37,6 +37,7 @@ in
plugin.nvim-lspconfig = { plugin.nvim-lspconfig = {
name = "lspconfig"; name = "lspconfig";
package = cfg.package;
afterSetup = with lib.nix2lua; lib.mapAttrsToList afterSetup = with lib.nix2lua; lib.mapAttrsToList
(ls: lsSettings: (ls: lsSettings:
pipe [ pipe [