build(apps.nix): nodejs_22, uv

This commit is contained in:
Sangmin Kim 2025-04-13 12:07:55 +09:00
parent b954c068fb
commit ea9a965ded
2 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@
neovim neovim
git git
just # use Justfile to simplify nix-darwin's commands just # use Justfile to simplify nix-darwin's commands
nodejs-slim nodejs_22
ffmpeg ffmpeg
fzf fzf
bat bat
@ -32,6 +32,7 @@
tldr tldr
tmux tmux
tree tree
uv
zoxide zoxide
zsh-powerlevel10k zsh-powerlevel10k
zsh-fzf-tab zsh-fzf-tab

View file

@ -232,7 +232,7 @@
cat = "bat --color=always"; cat = "bat --color=always";
man = "tldr"; man = "tldr";
nixrebuild = "darwin-rebuild switch --flake ~/.config/nix-darwin"; nixrebuild = "darwin-rebuild switch --flake ~/.config/nix-darwin";
nixupgrade = "cd ~/.config/nix-darwin && nix flake update && nix-collect-garbage"; nixupgrade = "cd ~/.config/nix-darwin && nix flake update";
nixconfig = "code ~/.config/nix-darwin"; nixconfig = "code ~/.config/nix-darwin";
sshconfig = "code ~/.ssh/config"; sshconfig = "code ~/.ssh/config";