diff --git a/nixos/homes/common/packages.nix b/nixos/homes/common/packages.nix index 61be173..7907f56 100644 --- a/nixos/homes/common/packages.nix +++ b/nixos/homes/common/packages.nix @@ -23,6 +23,11 @@ with lib; tldr bandwhich + + unzip + genpass + tree + ]; programs.btop.enable = true;