From 5afd365d967611831a755497c63cc34264711d48 Mon Sep 17 00:00:00 2001 From: Lyra Thorpe Date: Mon, 31 Aug 2026 03:04:32 +0100 Subject: [PATCH] feat(p7zip): always install p7zip --- home/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/shell.nix b/home/shell.nix index 98d0a8d..e7a99dc 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -42,6 +42,7 @@ in pkgs.jnv # interactive jq filter builder (jq itself stays for scripts) pkgs.hexyl # hex viewer pkgs.fq # jq for binary formats + pkgs.p7zip ]; # tldr pages: worked examples for a command, next to (not instead of) man.