Updated python config

This commit is contained in:
2025-12-11 10:48:09 +00:00
parent 6929b99a34
commit 8ab6f627f0

View File

@@ -8,12 +8,12 @@
... ...
}: { }: {
home.packages = [ home.packages = [
(pkgs.python3.withPackages ( (pkgs.python314.withPackages (
python-pkgs: [ python-pkgs: [
python-pkgs.pip
python-pkgs.pkginfo python-pkgs.pkginfo
python-pkgs.python-lsp-server python-pkgs.python-lsp-server
python-pkgs.setuptools python-pkgs.setuptools
python-pkgs.uv
] ]
)) ))
pkgs.lua54Packages.lua pkgs.lua54Packages.lua