diff options
| author | Mel <einebeere@gmail.com> | 2023-10-13 12:05:30 +0000 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2023-10-13 12:05:30 +0000 |
| commit | 24a8ab5209661595886b4bf0721d6c6e9f82a041 (patch) | |
| tree | c42624926ee725957bbb0f6d10b0f53bc0052235 /configuration.nix | |
| parent | b6b486d6a5ad685530e0539322244e21c94606bf (diff) | |
| download | rnrd-24a8ab5209661595886b4bf0721d6c6e9f82a041.tar.zst rnrd-24a8ab5209661595886b4bf0721d6c6e9f82a041.zip | |
Add more useful dev and debug packages
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 ]; } |
