mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-12-07 14:35:03 +00:00
47 lines
393 B
Nix
47 lines
393 B
Nix
{ pkgs }:
|
|
with pkgs;
|
|
[
|
|
# Base
|
|
tmux
|
|
git
|
|
git-lfs
|
|
git-crypt
|
|
gnutar
|
|
gnupg
|
|
htop
|
|
btop
|
|
rclone
|
|
rename
|
|
tmux
|
|
tree
|
|
wget
|
|
rsync
|
|
yq
|
|
delta
|
|
|
|
# Rust utils
|
|
bat
|
|
eza
|
|
fd
|
|
ripgrep
|
|
ripgrep-all
|
|
zoxide
|
|
uutils-coreutils-noprefix
|
|
dust
|
|
yazi
|
|
starship
|
|
|
|
# Dev
|
|
lazydocker
|
|
k9s
|
|
kubectl
|
|
|
|
# Editor
|
|
neovim
|
|
fzf
|
|
lazygit
|
|
|
|
# Fonts
|
|
nerd-fonts.jetbrains-mono
|
|
]
|