From dd7ad670c9ca8d86b10fbe392a7841e21b66d32b Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Thu, 27 Feb 2025 15:30:30 +0100 Subject: [PATCH] add ghc, numpy and matplotlib as default packages --- home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home.nix b/home.nix index cea9507..088394d 100644 --- a/home.nix +++ b/home.nix @@ -22,11 +22,14 @@ nh python3 python3Packages.virtualenv + python3Packages.numpy + python3Packages.matplotlib # bluez go-mtpfs xdg-utils davfs2 sshfs + ghc ];