summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index dc079b98..885c264a 100644
--- a/hel.nix
+++ b/hel.nix
@@ -640,7 +640,7 @@
640 programs = { 640 programs = {
641 wireshark = { 641 wireshark = {
642 enable = true; 642 enable = true;
643 package = with pkgs; wireshark-gtk; 643 package = with pkgs; wireshark-qt;
644 }; 644 };
645 }; 645 };
646 646