From 22620a747e44070533e320b444c39318c98b03b2 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 23 Jul 2023 10:48:30 +0200 Subject: [PATCH] git add vim to host --- hosts/git.cloonar.com/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/git.cloonar.com/configuration.nix b/hosts/git.cloonar.com/configuration.nix index a7733fd..8c72935 100644 --- a/hosts/git.cloonar.com/configuration.nix +++ b/hosts/git.cloonar.com/configuration.nix @@ -34,7 +34,8 @@ environment.systemPackages = with pkgs; [ bento - vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + vim + git ]; # backups