/ modules / home / programs / bun.nix
bun.nix
1  {
2    programs.bun = {
3      enable = true;
4      enableGitIntegration = true;
5    };
6  }