Skip to content

Commit

Permalink
add bun global config
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Apr 10, 2024
1 parent 03ca9ed commit 703b3de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dotfiles/bun/default.nix
@@ -0,0 +1,11 @@
{ ... }: {
programs.bun = {
enable = true;
enableGitIntegration = true;

settings = {
telemetry = false;
install.exact = true;
};
};
}
1 change: 1 addition & 0 deletions dotfiles/default.nix
Expand Up @@ -9,6 +9,7 @@

imports = [
./bat
./bun
./cachix
./comma
./direnv
Expand Down

0 comments on commit 703b3de

Please sign in to comment.