feat(bun): Install bun

This commit is contained in:
punkfairie 2024-11-03 21:32:44 -08:00
parent 0200116b6a
commit 7ff99d5206
Signed by: punkfairie
GPG key ID: 01823C057725C266

10
home/programs/bun.nix Normal file
View file

@ -0,0 +1,10 @@
{ ... }:
{
programs.bun = {
enable = true;
settings = {
telemetry = false;
};
};
}