modules: add missed package config
This commit is contained in:
parent
fdeca99cb8
commit
721b9cbbec
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 [
|
||||||
|
|
Loading…
Reference in a new issue