From: Skullheadx Date: Sun, 26 Apr 2026 02:44:42 +0000 (-0400) Subject: move neovim X-Git-Url: http://git.skullheadx.com/nixos/projects.html?a=commitdiff_plain;h=037388374ab07cf51586a53ca5112e4ff988ebf9;p=nixos.git move neovim --- 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 = [ ... ];