mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
build(apps.nix): node uv
other package managers should be installed via brew
This commit is contained in:
parent
ea9a965ded
commit
c41083e56a
2 changed files with 11 additions and 11 deletions
|
|
@ -17,7 +17,6 @@
|
|||
neovim
|
||||
git
|
||||
just # use Justfile to simplify nix-darwin's commands
|
||||
nodejs_22
|
||||
ffmpeg
|
||||
fzf
|
||||
bat
|
||||
|
|
@ -32,7 +31,6 @@
|
|||
tldr
|
||||
tmux
|
||||
tree
|
||||
uv
|
||||
zoxide
|
||||
zsh-powerlevel10k
|
||||
zsh-fzf-tab
|
||||
|
|
@ -93,6 +91,8 @@
|
|||
brews = [
|
||||
"wget"
|
||||
"curl" # do not install curl via nixpkgs, it's not working well on macOS!
|
||||
"node"
|
||||
"uv"
|
||||
];
|
||||
|
||||
# `brew install --cask`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue