From 778663900b771682de20b920e1c1a7a686f5de3d Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 15 Oct 2025 16:27:07 +0200 Subject: [PATCH] hosts/laptop: Enable wireshark --- hosts/laptop/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 24a8089..1523a62 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -42,6 +42,9 @@ }; }; - programs.winboat.enable = true; + programs = { + winboat.enable = true; + wireshark.enable = true; + }; }; }