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

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

View File

@@ -18,6 +18,13 @@
--add-flags "--ozone-platform=wayland --enable-features=UseOzonePlatform --ozone-platform-hint=auto"
'';
};
python = pkgs.python314.withPackages (
python-pkgs: [
python-pkgs.pkginfo
python-pkgs.setuptools
python-pkgs.uv
]
);
in {
home.packages = [
pkgs.bitwarden-desktop
@@ -41,6 +48,7 @@ in {
unstablePkgs.podman-desktop
unstablePkgs.podman-tui
pkgs.popsicle
python
pkgs.smile
pkgs.sshs
pkgs.vial