From a445dc12508e2172704b5f668a075f92c83be41c Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 21 Nov 2023 13:31:43 +0100 Subject: [PATCH] common: pipenv, python3, htop, glances and tree --- roles/home/common.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/home/common.nix b/roles/home/common.nix index 1023d40..072a3a0 100644 --- a/roles/home/common.nix +++ b/roles/home/common.nix @@ -16,6 +16,11 @@ ripgrep ydiff nix-index + pipenv + python3 + htop + glances + tree ] ++ lib.optional (!stdenv.isDarwin) pastebinit;