feat: Remove nvchad nvim and neovim-nightly

This commit is contained in:
ulic-youthlic 2026-07-04 22:56:54 +08:00
parent 1c7c2a2692
commit d62f71605a
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
9 changed files with 28 additions and 234 deletions

View file

@ -12,7 +12,6 @@ in
./helix.nix
./zulip.nix
./nautilus.nix
./neovim-nightly.nix
./vim.nix
./prismlauncher.nix

View file

@ -1,5 +0,0 @@
{inputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
neovim-nightly = inputs.neovim-nightly.packages.${system}.neovim;
}