From ca3cee9de64cf3a2adbffb69e9ab04981d2698f0 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:02 +1000 Subject: [PATCH] nix: add unar command --- modules/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/shell.nix b/modules/shell.nix index a768124..d649afb 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -17,6 +17,7 @@ ripgrep wget unzip + unar bat gcc # needed for nvim for some reason.