diff --git a/roles/host_common.nix b/roles/host_common.nix index 02cbbc2..04347b6 100644 --- a/roles/host_common.nix +++ b/roles/host_common.nix @@ -47,17 +47,18 @@ environment = { systemPackages = with pkgs; [ byobu # text-based window manager and terminal multiplexer. + direnv # A shell extension that manages your environment dnsutils # Bind DNS utilities (if config.services.xserver.enable then gitAndTools.gitFull else git) # Distributed version control system htop # interactive process viewer + killall # kill processes by name + lshw # Detailed information on the hardware configuration + lsof # list open files mosh # Mobile shell (ssh replacement) ncdu # Disk usage analyzer with an ncurses interface nix-index # A files database for nixpkgs - powerline-fonts # For zsh themes - lsof # list open files - direnv # A shell extension that manages your environment - killall # kill processes by name #openssl # A cryptographic library that implements the SSL and TLS protocols + powerline-fonts # For zsh themes ripgrep # Utility that provides usability of The Silver Searcher with the raw speed of grep ( import ../roles/vim.nix