From 46baec344d22842ace01db052bd459dc6b5e5e56 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 11 May 2023 21:31:23 +0000 Subject: [PATCH] don't ship wireshark on non-desktop machines --- hosts/common/programs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/common/programs/default.nix b/hosts/common/programs/default.nix index 6b279a6e..882167c3 100644 --- a/hosts/common/programs/default.nix +++ b/hosts/common/programs/default.nix @@ -61,7 +61,6 @@ let tree usbutils wget - wireshark ; }; sysadminExtraPkgs = { @@ -213,11 +212,12 @@ let kdenlive kid3 # audio tagging krita - libreoffice-fresh # XXX colin: maybe don't want this on mobile + libreoffice-fresh mumble obsidian slic3r steam + wireshark # could maybe ship the cli as sysadmin pkg ; }; x86GuiPkgs = {