diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/configuration.nix b/configuration.nix index d11f411..91376d1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -80,13 +80,8 @@ in environment.variables = { EDITOR = "vim"; }; environment.systemPackages = with pkgs; [ - vim - - file - dig - inetutils - htop - ripgrep + file unzip jq dig htop wget inetutils vim tcpdump + ripgrep gnumake gdb ]; } |
