X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=environments%2Fimmae-eu.nix;h=e726c59f1107348ca40fa75bbe8507ad53fdb618;hb=91b3d06b6a9147e0e03b49d25cdcecb8a617a4f7;hp=4a0a1956571acc92098b21e1e8437da64a9ffadc;hpb=6a380f40811e9ed4a0fc129d52449a45869bf843;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/environments/immae-eu.nix b/environments/immae-eu.nix index 4a0a195..e726c59 100644 --- a/environments/immae-eu.nix +++ b/environments/immae-eu.nix @@ -88,6 +88,7 @@ let vimPlugins.vim-plug (vim_configurable.override { python = python3; }) mailcap + webapps.surfer # password management (pass.withExtensions (exts: [ exts.pass-otp ])) apg pwgen @@ -115,7 +116,7 @@ let # system tools telnet bind.dnsutils httpie ngrep nmap p0f socat lsof psmisc wget patchelf rename tmux (lib.meta.hiPrio nettools) - vlock mosh manpages openssl + vlock mosh manpages openssl openssl.doc openssl.man # other tools pgloader s3cmd lftp jq cpulimit libxslt gandi-cli @@ -124,6 +125,8 @@ let terraform_0_12 awscli (ansible.override { python2 = python3; }) python3Packages.boto openvpn + + zsh-completions ]; in buildEnv {