From 037388374ab07cf51586a53ca5112e4ff988ebf9 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sat, 25 Apr 2026 22:44:42 -0400 Subject: [PATCH] move neovim --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 3d33abb..adbbb91 100644 --- a/configuration.nix +++ b/configuration.nix @@ -81,10 +81,10 @@ # $ nix search wget environment.systemPackages = with pkgs; [ vim + neovim nvi wget git - neovim librewolf nixfmt st @@ -226,6 +226,7 @@ ''; }; + # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; -- 2.54.0