nixos: add python and java packages

This commit is contained in:
2026-08-11 08:40:40 -04:00
parent 31dad6fbd3
commit fd0c5604d3
+11
View File
@@ -335,6 +335,10 @@ in
weather weather
affinity-v3 affinity-v3
kdePackages.kfind kdePackages.kfind
desktop-file-utils
openjdk
openjdk17
openjdk25
unstable.winetricks unstable.winetricks
unstable.fastfetch unstable.fastfetch
@@ -342,6 +346,13 @@ in
inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.wine-tkg inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.wine-tkg
inputs.appimage-manager.packages.${pkgs.stdenv.hostPlatform.system}.default inputs.appimage-manager.packages.${pkgs.stdenv.hostPlatform.system}.default
(python3.withPackages (
python-pkgs: with python-pkgs; [
requests
pandas
]
))
(callPackage ../../packages/virtiofsd-looking-glass/package.nix { }) (callPackage ../../packages/virtiofsd-looking-glass/package.nix { })
(callPackage ../../packages/heidisql/package.nix { }) (callPackage ../../packages/heidisql/package.nix { })
(callPackage ../../packages/looking-glass-client/package.nix { }) (callPackage ../../packages/looking-glass-client/package.nix { })