add: live-buds-cli, nil language server

This commit is contained in:
ooks-io 2023-09-11 23:08:18 +12:00
parent ccffa13eb2
commit 6ef601aaa0
5 changed files with 327 additions and 7 deletions

View file

@ -1,5 +1,5 @@
{ pkgs ? (import ../nixpkgs.nix) { } }: {
nvchad = pkgs.callPackage ./nvchad { };
live-buds-cli = pkgs.callPackage ./live-buds-cli { };
}