From fe115c9105c41b9d5eb5b54dce4025e15e400e08 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Mon, 11 Mar 2024 05:16:26 +0000 Subject: [PATCH] add a bunch more packages --- system/pearbutter/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/system/pearbutter/default.nix b/system/pearbutter/default.nix index e57c002..bb69074 100644 --- a/system/pearbutter/default.nix +++ b/system/pearbutter/default.nix @@ -23,14 +23,23 @@ environment.variables.EDITOR = "nvim"; environment.systemPackages = with pkgs; [ + file gitMinimal htop hyfetch + jq + mosh + mtr neovim nix-output-monitor nix-top + patchelf + pciutils + python3Packages.ipython tmux + tree unzip + xxd zip ]; }