diff --git a/services/nvim.nix b/services/nvim.nix index df5d831..5b05d45 100644 --- a/services/nvim.nix +++ b/services/nvim.nix @@ -19,6 +19,8 @@ with lib; programs.nvim-lazy = mkIf (elem "nvim" config.machine.services) { enable = true; + extraPython3Packages = + if (elem "python3" config.machine.pkgs) then config.machine.pkgsets.python3.pkgs else _: [ ]; luaRcContent = # lua '' vim.g.mapleader = " "