From 16332b91843c9f05e4fa73ac5c59ce3341d39850 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 13 Jan 2025 17:08:03 +0000 Subject: [PATCH] Add toolbox (container dev program) --- system/home/emacs/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/home/emacs/default.nix b/system/home/emacs/default.nix index ed70ec53..73c606a2 100644 --- a/system/home/emacs/default.nix +++ b/system/home/emacs/default.nix @@ -37,5 +37,7 @@ mupdf-headless poppler_utils graphviz-nox + + toolbox ]; }