From 50018aa0305bd2c5cf91431c128895fc0121d2fa Mon Sep 17 00:00:00 2001 From: triethyl Date: Sat, 19 Jul 2025 10:19:11 -0400 Subject: working on custom neovim --- pkgs/custom-neovim/flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/custom-neovim/flake.nix') diff --git a/pkgs/custom-neovim/flake.nix b/pkgs/custom-neovim/flake.nix index dfb4eb9..6611516 100644 --- a/pkgs/custom-neovim/flake.nix +++ b/pkgs/custom-neovim/flake.nix @@ -23,6 +23,7 @@ packages.default = pkgs.callPackage ./default.nix {inherit inputs;}; devShells.default = pkgs.mkShell { packages = with pkgs; [ + neovide ]; }; } -- cgit v1.2.3