diff options
Diffstat (limited to '')
-rw-r--r-- | nix/machines/vm-shared.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/machines/vm-shared.nix b/nix/machines/vm-shared.nix index acff195..bf26f38 100644 --- a/nix/machines/vm-shared.nix +++ b/nix/machines/vm-shared.nix @@ -31,7 +31,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget - environment.systemPackages = with pkgs; [ curl git ]; + environment.systemPackages = with pkgs; [ curl git vim jq ]; # Enable the OpenSSH daemon. services.openssh.enable = true; |