From 6fae3be80b67abfda8e475542625169dd6e77f31 Mon Sep 17 00:00:00 2001 From: triethyl Date: Tue, 22 Jul 2025 12:50:08 -0400 Subject: working on custom neovim --- pkgs/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index 3c88487..16e43d6 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -4,7 +4,6 @@ ... }: { custom-hello = pkgs.callPackage ./custom-hello.nix {}; - custom-neovim = pkgs.callPackage ./custom-neovim {inherit inputs;}; setup-manager = pkgs.callPackage ./setup-manager {}; - neovide-git = pkgs.callPackage ./neovide-git.nix {}; + custom-neovim = pkgs.callPackage ./custom-neovim {inherit inputs;}; } -- cgit v1.2.3