From c9dd1dfc92f9f14ba47c93877f3ab3478ee334ed Mon Sep 17 00:00:00 2001 From: triethyl Date: Sun, 13 Jul 2025 17:25:06 -0400 Subject: added neovide-git package --- pkgs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index da0ee49..3c88487 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -6,4 +6,5 @@ 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 {}; } -- cgit v1.2.3