From f948a51a6341e389fdaddcefda56dcca710c034a Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 30 May 2025 20:21:38 +0200 Subject: [PATCH] Add 'neovim' system package --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index fe1b8f1..7225d99 100644 --- a/configuration.nix +++ b/configuration.nix @@ -88,7 +88,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. + neovim # wget ];