From 49d3f8bb5be6ed9617e16ae8e6efa82681fc1d70 Mon Sep 17 00:00:00 2001 From: k3t Date: Sat, 1 Aug 2026 23:53:46 -0600 Subject: [PATCH] add packages to tbb for certain repacks to function --- hosts/TheBlackBox/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/TheBlackBox/configuration.nix b/hosts/TheBlackBox/configuration.nix index 1d1994b..7b56974 100644 --- a/hosts/TheBlackBox/configuration.nix +++ b/hosts/TheBlackBox/configuration.nix @@ -64,6 +64,11 @@ in users.users.k3t = { packages = with pkgs; [ virt-viewer + fuse-overlayfs + fuse3 + psmisc + dwarfs + wineWow64Packages.staging ]; }; }