From 2dc084b0ea271aeccd3212638a50c74aa6369481 Mon Sep 17 00:00:00 2001 From: smayzy Date: Mon, 21 Jul 2025 15:35:49 +0200 Subject: [PATCH] mv tshark to base-cli --- hosts/common/common.nix | 1 - modules/nix/base-cli/pkgs.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/common.nix b/hosts/common/common.nix index ac83a3e..cc0facc 100644 --- a/hosts/common/common.nix +++ b/hosts/common/common.nix @@ -19,7 +19,6 @@ environment.systemPackages = with pkgs; [ home-manager tor - tshark mpv ]; diff --git a/modules/nix/base-cli/pkgs.nix b/modules/nix/base-cli/pkgs.nix index ff05cfb..687261f 100644 --- a/modules/nix/base-cli/pkgs.nix +++ b/modules/nix/base-cli/pkgs.nix @@ -20,6 +20,7 @@ in vim fastfetch lf + tshark ]; }; }