refactor: modularize flake and import nixpkgs

This commit is contained in:
matt1432 2024-05-20 22:41:45 -04:00
parent 7a52fc6beb
commit 0861880a20
8 changed files with 160 additions and 138 deletions
common/home/neovim/langs

View file

@ -1,8 +1,7 @@
{
basedpyrightPkgs,
config,
lib,
pkgs,
basedpyright,
...
}: let
inherit (config.vars) neovimIde;
@ -13,7 +12,7 @@ in
withPython3 = true;
extraPackages = [
basedpyright.legacyPackages.${pkgs.system}.basedpyright
basedpyrightPkgs.basedpyright
];
extraLuaConfig =