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 ]; }; }