mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-08-21 01:12:50 +01:00
Reverted python change on homeserver and added python to worklaptop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user