From d8a9db867c94cbb208941037daf118dd406f3c42 Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Fri, 8 Aug 2025 13:08:37 +0200 Subject: [PATCH] packages: add `uv` and python type checkers --- modules/common/neovim.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/common/neovim.nix b/modules/common/neovim.nix index f753c06..020eac5 100644 --- a/modules/common/neovim.nix +++ b/modules/common/neovim.nix @@ -19,7 +19,10 @@ in { python313 python313Packages.pip + uv python313Packages.virtualenv + basedpyright + black nodejs nodePackages."sass"