From 9a0d2bac7bc114cea128de16f3b1e5a25a0e4619 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 2 Jan 2025 07:19:55 -0700 Subject: [PATCH] Add neovim to sovr --- sovr/etc/nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/sovr/etc/nixos/configuration.nix b/sovr/etc/nixos/configuration.nix index e29cc72..7f2885d 100644 --- a/sovr/etc/nixos/configuration.nix +++ b/sovr/etc/nixos/configuration.nix @@ -21,6 +21,7 @@ environment.systemPackages = with pkgs; [ fish git + neovim tmux vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. wget