mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
build(apps.nix): nodejs_22, uv
This commit is contained in:
parent
b954c068fb
commit
ea9a965ded
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue