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 ]; }