add astrovim as a nix package

This commit is contained in:
2024-03-01 19:56:08 +05:30
parent 9a1daafc5a
commit 39a0d56514
5 changed files with 266 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{ pkgs, ... }: {
speedtestpp = pkgs.callPackage ./speedtestpp { };
nvchad = pkgs.callPackage ./nvchad { };
astronvim = pkgs.callPackage ./astronvim { };
}