From eabff63d650019abd2df549de0983fbfca9e9ef1 Mon Sep 17 00:00:00 2001 From: xenia Date: Tue, 16 Jan 2024 15:48:22 +0100 Subject: [PATCH] Add numbat and bottom --- home/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/common.nix b/home/common.nix index bbf4236a..df71a348 100644 --- a/home/common.nix +++ b/home/common.nix @@ -19,7 +19,7 @@ in rec { unambig-path ripgrep fd bat watchexec unixtools.watch - htop + htop bottom fzf pv binwalk @@ -29,7 +29,7 @@ in rec { # Programming languages jq - rink + rink numbat ghc ( python310.withPackages (ps: with ps; [ ipython numpy matplotlib sympy scipy pwntools z3 tqdm pwntools mypy (pylsp-mypy.overrideAttrs (old: { doCheck = false; }))