diff --git a/home/home.nix b/home/home.nix index 5060a33..01cd259 100644 --- a/home/home.nix +++ b/home/home.nix @@ -22,10 +22,10 @@ home.stateVersion = "23.05"; # Please read the comment before changing. home.packages = with pkgs; [ - python3 - python3Packages.virtualenv - python3Packages.numpy - python3Packages.matplotlib + (python313.withPackages (pp: with pp; [ + numpy + matplotlib + ])) # bluez go-mtpfs xdg-utils