add nvchad

This commit is contained in:
2024-03-01 18:45:18 +05:30
parent c58948e6a7
commit dba329202d

View File

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