diff --git a/home/rachel.nix b/home/rachel.nix index 895b617..bd9ab28 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -38,7 +38,12 @@ in arp-scan acpi julia-bin - python3 + (python3.withPackages (ps: with ps; [ + ipython + matplotlib + numpy + scipy + ])) hpkgs.ghc firefox sxiv @@ -84,6 +89,7 @@ in texlive.combined.scheme-full cornelis zulip + rink ]; stateVersion = "23.05"; };