From b4ad7ed2260be0c6cc36b515b0f788a048a5aaea Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Mon, 1 Feb 2021 23:17:41 +0000 Subject: [PATCH] Add vim --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 17608e6..24551d7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -25,7 +25,7 @@ in { networking.firewall.allowedTCPPorts = [ 443 ]; environment.systemPackages = with pkgs; [ - htop + htop vim ]; security.acme.acceptTerms = true;