diff options
author | Alan Pearce | 2018-08-20 12:08:05 +0200 |
---|---|---|
committer | Alan Pearce | 2018-08-20 12:08:05 +0200 |
commit | 14e0c9b4e1b0212e998d1a79697d3c82f319713b (patch) | |
tree | a374f12a40012ded4b783ffd97924697d90915d6 /modules/development | |
parent | 001802a5aec0a20d6e4b2ffa70b1b2bd6bed010b (diff) | |
download | nixos-configuration-14e0c9b4e1b0212e998d1a79697d3c82f319713b.tar.lz nixos-configuration-14e0c9b4e1b0212e998d1a79697d3c82f319713b.tar.zst nixos-configuration-14e0c9b4e1b0212e998d1a79697d3c82f319713b.zip |
add tools previous installed in user profile
Diffstat (limited to 'modules/development')
-rw-r--r-- | modules/development/base.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/development/base.nix b/modules/development/base.nix index 1ae4a45..e8d2b76 100644 --- a/modules/development/base.nix +++ b/modules/development/base.nix @@ -7,6 +7,14 @@ gitAndTools.hub editorconfig-core-c + multimarkdown + gocode + + surf + ldns + httping + wrk + whois ag ripgrep |