Reverted python change on homeserver and added python to worklaptop

This commit is contained in:
2025-12-11 13:10:19 +00:00
parent 77ad9d9147
commit fe046cdb52
3 changed files with 18 additions and 11 deletions
+1 -2
View File
@@ -8,12 +8,11 @@
...
}: {
home.packages = [
(pkgs.python314.withPackages (
(pkgs.python3.withPackages (
python-pkgs: [
python-pkgs.pkginfo
python-pkgs.python-lsp-server
python-pkgs.setuptools
python-pkgs.uv
]
))
pkgs.lua54Packages.lua