aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nix/common.nix
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-20 13:56:09 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-20 13:56:09 +0100
commit5f361d0172103df5c16baae8427dba78e8b0dfae (patch)
treeea44fe56a1060fe14040476953dd5a9166e6a4b0 /nix/common.nix
parent2d9ed00606be2f8c63aba719d00adf70fe6d4393 (diff)
downloaddotfiles-5f361d0172103df5c16baae8427dba78e8b0dfae.tar.gz
dotfiles-5f361d0172103df5c16baae8427dba78e8b0dfae.tar.bz2
dotfiles-5f361d0172103df5c16baae8427dba78e8b0dfae.zip
feat(pkg): drop leaf tools migrated to Home-Manager
The following are now provisioned by Home-Manager via nix/common.nix and live under ~/.nix-profile/bin (which is first in PATH per phase p3): ripgrep, fd, bat, glow, fzf, lsd, jq, yq (yq-go), zoxide, just, sd, choose, dog, curlie, hyperfine, htop, fastfetch, tldr, rsync, mergiraf, git-delta (delta), tree-sitter-cli (tree-sitter), neovim, zellij, github-cli (gh), pass, openssh, git, zsh, zsh-syntax-highlighting, zsh-autosuggestions, zsh-history-substring-search, basedpyright-bin (basedpyright), rust-analyzer Kept: - pass-otp, zsh-completions: no Home-Manager equivalent yet - pcsclite: still needed by Home-Manager gnupg/scdaemon (see nix/host.nix scdaemon.conf) - curl, wget, man-db, man-pages, gnupg: system-fundamental, fine to keep duplicated. git/openssh/gnupg also come back as transitive deps of paru/sudo/etc. even if dropped here. Added hyperfine to nix/common.nix (missed in the p5 batch). Phase 7 of the nix-on-host migration plan.
Diffstat (limited to 'nix/common.nix')
-rw-r--r--nix/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/common.nix b/nix/common.nix
index 9bfe2d6..7adb8fb 100644
--- a/nix/common.nix
+++ b/nix/common.nix
@@ -60,6 +60,7 @@ in
# System
htop
fastfetch
+ hyperfine
# Net
curl