From 02e78ddd47a8fffc62216d69befc47ceb098a9c7 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 29 Jun 2026 11:17:12 -0400 Subject: fix nvim darwin --- vim.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim.nix') diff --git a/vim.nix b/vim.nix index 0c58e42..8cfc744 100644 --- a/vim.nix +++ b/vim.nix @@ -1,7 +1,7 @@ { config, pkgs, - customNeovim, + nvim, ... }: { environment.systemPackages = with pkgs; [ @@ -14,7 +14,7 @@ ''; }) - customNeovim.neovim + nvim.neovim ]; environment.etc."vimrc".text = '' -- cgit v1.3.1