]> Skullheadx's Git Forge - nixos.git/commitdiff
move neovim
authorSkullheadx <admonty1@protonmail.com>
Sun, 26 Apr 2026 02:44:42 +0000 (22:44 -0400)
committerSkullheadx <admonty1@protonmail.com>
Sun, 26 Apr 2026 02:44:42 +0000 (22:44 -0400)
configuration.nix

index 3d33abb16ace0007ae54e4ca58d4cf90016c2d76..adbbb913d082ab96bda9bafc39d7d1cf204bd5ae 100644 (file)
   # $ nix search wget
   environment.systemPackages = with pkgs; [
     vim
+    neovim
     nvi
     wget
     git
-    neovim
     librewolf
     nixfmt
     st
     '';
   };
 
+
   # Open ports in the firewall.
   # networking.firewall.allowedTCPPorts = [ ... ];
   # networking.firewall.allowedUDPPorts = [ ... ];