services/nvim: inherit python3 pkgset if enabled
This commit is contained in:
parent
460d3f1d30
commit
86afefe071
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ with lib;
|
||||||
|
|
||||||
programs.nvim-lazy = mkIf (elem "nvim" config.machine.services) {
|
programs.nvim-lazy = mkIf (elem "nvim" config.machine.services) {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
extraPython3Packages =
|
||||||
|
if (elem "python3" config.machine.pkgs) then config.machine.pkgsets.python3.pkgs else _: [ ];
|
||||||
luaRcContent = # lua
|
luaRcContent = # lua
|
||||||
''
|
''
|
||||||
vim.g.mapleader = " "
|
vim.g.mapleader = " "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue