hosts/laptop: Enable wireshark

This commit is contained in:
SebastianStork 2025-10-15 16:27:07 +02:00
parent bb00a01802
commit 778663900b

View file

@ -42,6 +42,9 @@
}; };
}; };
programs.winboat.enable = true; programs = {
winboat.enable = true;
wireshark.enable = true;
};
}; };
} }