diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-22 12:50:08 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-22 12:50:08 -0400 |
| commit | 6fae3be80b67abfda8e475542625169dd6e77f31 (patch) | |
| tree | abfeafd6a3e3922394f0827149a3fcebdf8d2c42 /pkgs/default.nix | |
| parent | 50018aa0305bd2c5cf91431c128895fc0121d2fa (diff) | |
working on custom neovim
Diffstat (limited to 'pkgs/default.nix')
| -rw-r--r-- | pkgs/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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;}; } |
