Add zet-new script
All checks were successful
/ check (push) Successful in 1m40s

This commit is contained in:
Oliver Davies 2025-07-15 12:00:00 +01:00
parent 722a5814fa
commit 2870a256da
4 changed files with 24 additions and 0 deletions

View file

@ -31,6 +31,7 @@ in
unmounter = callPackage ./unmounter.nix { };
update-all-git-repos = callPackage ./update-all-git-repos.nix { };
vix = callPackage ./vix.nix { };
zet-new = callPackage ./zet-new.nix { };
vimPlugins = prev.vimPlugins // vimPlugins;
}