✨ feat(bun): Install bun
This commit is contained in:
parent
0200116b6a
commit
7ff99d5206
1 changed files with 10 additions and 0 deletions
10
home/programs/bun.nix
Normal file
10
home/programs/bun.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.bun = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
telemetry = false;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue