✨ feat(bun): Install bun
This commit is contained in:
parent
3a19c6bdd8
commit
2c475ffc34
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