From 9ce15b7faee6b3a6551b620d490694551e1d4db6 Mon Sep 17 00:00:00 2001 From: depsterr Date: Mon, 6 Nov 2023 16:11:24 +0100 Subject: [PATCH] more calculators --- home/rachel.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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"; };