Skip to content

Commit

Permalink
install go
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Mar 17, 2024
1 parent 40f3906 commit 65d6f97
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.hello
# pkgs.go

# git
pkgs.git-secrets
pkgs.gh
pkgs.difftastic

# vim
pkgs.neovim

# go
pkgs.go
pkgs.gopls
pkgs.delve
pkgs.golangci-lint

# javascript
pkgs.fnm

# git
pkgs.git-secrets
pkgs.gh
pkgs.difftastic

# vim
pkgs.neovim

# tmux
pkgs.tmux
pkgs.reattach-to-user-namespace # only darwin
Expand Down

0 comments on commit 65d6f97

Please sign in to comment.