add: nvchad

This commit is contained in:
ooks-io 2023-08-21 12:44:33 +12:00
parent 0001c26dcd
commit 4430232787
11 changed files with 845 additions and 8 deletions

4
pkgs/default.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs ? (import ../nixpkgs.nix) { } }: {
# example = pkgs.callPackage ./example { };
nvchad = pkgs.callPackage ./nvchad { };
}