summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-07-13 17:25:06 -0400
committertriethyl <triethylammonium@pm.me>2025-07-13 17:25:06 -0400
commitc9dd1dfc92f9f14ba47c93877f3ab3478ee334ed (patch)
tree2b2366266f554acec417490b299e2c5df01e694f /pkgs/default.nix
parentc3a16f18e513ea81278bf229146ee41da3909f82 (diff)
added neovide-git package
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix1
1 files changed, 1 insertions, 0 deletions
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 {};
}