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 = {
|
||||
name = "lualine";
|
||||
package = cfg.package;
|
||||
setupSettings = lib.mkMerge [
|
||||
cfg.settings
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ in
|
|||
|
||||
plugin.nvim-lspconfig = {
|
||||
name = "lspconfig";
|
||||
package = cfg.package;
|
||||
afterSetup = with lib.nix2lua; lib.mapAttrsToList
|
||||
(ls: lsSettings:
|
||||
pipe [
|
||||
|
|
Loading…
Reference in a new issue