From 94411c0abed379268d8b9e497b66531bffb05052 Mon Sep 17 00:00:00 2001 From: Daniel Fainberg Date: Wed, 22 Jul 2026 12:39:01 +0200 Subject: [PATCH] feat(home): add file, ripgrep, fd, tree, unzip; remove dead ka alias --- modules/home.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/home.nix b/modules/home.nix index dffd9b1..d26874f 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -183,6 +183,11 @@ in # standalone CPython via nix-ld (see modules/nixos.nix). htop # process viewer; config in ~/.config/htop (XDG-native) highlight # `ccat` alias: syntax-highlighted cat + file # identify file type by content + ripgrep # `rg`: fast recursive grep + fd # fast, ergonomic find + tree # recursive directory listing + unzip # extract .zip (tools that shell out to it expect the binary) jq # JSON on the command line (scripts, ad-hoc inspection) pv # pipe progress meter (throughput, ETA on streamed data) libreoffice @@ -399,7 +404,6 @@ in grep = "grep --color=auto"; diff = "diff --color=auto"; ccat = "highlight --out-format=ansi"; - ka = "killall"; g = "git"; e = editor; v = editor;