Skip to content

Commit

Permalink
Add gradle binary, bw (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
rounakdatta authored Jan 18, 2024
1 parent b71df6a commit 7052ed9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions configs/fish/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ in
fish_add_path --prepend --global "$HOME/.nix-profile/bin" /nix/var/nix/profiles/default/bin /run/current-system/sw/bin
set PATH $PATH /etc/profiles/per-user/${config.home.username}/bin
set PATH $PATH /opt/homebrew/bin
set JAVA_HOME /usr/libexec/java_home
''
else
''
Expand Down
1 change: 1 addition & 0 deletions hosts/ckmac/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
zoom-us
nodejs_18
nixpkgs-fmt
gradle_7

# kubernetes related packages
kubernetes-helm
Expand Down
4 changes: 3 additions & 1 deletion hosts/ckmac/software.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
taps = [
"d12frosted/emacs-plus"
"pulumi/tap"
"homebrew/cask-versions"
];

# `brew list <>` can help pinpoint package name
Expand Down Expand Up @@ -70,7 +71,8 @@
"slack"
"spotify"
"sublime-text"
"temurin17" # presently the best FOSS Java SDK
"temurin17"
"bitwarden"
];

# `mas search <>` can help pinpoint package name
Expand Down

0 comments on commit 7052ed9

Please sign in to comment.