feat(pkgs): Remove nixvim and its configuration

This commit is contained in:
ulic-youthlic 2026-07-04 22:39:10 +08:00
parent 7ef52e7b62
commit 1c7c2a2692
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
43 changed files with 107 additions and 1642 deletions

View file

@ -9,7 +9,6 @@ in
./editor-runtime.nix
./wallpapers.nix
./rime-all.nix
./nixvim.nix
./doom-emacs.nix
./iosevka-serif_fixed.nix

View file

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