From 63b94588f1ac8520ee966ec713556b84b59b1c3b Mon Sep 17 00:00:00 2001 From: osbm Date: Sat, 12 Oct 2024 01:12:49 +0300 Subject: [PATCH] enable vim --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index f1a4b0e..29e5e81 100644 --- a/configuration.nix +++ b/configuration.nix @@ -105,7 +105,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + vim wget git gnumake