summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index be12ba4c..dc079b98 100644
--- a/hel.nix
+++ b/hel.nix
@@ -637,6 +637,13 @@
637 ''; 637 '';
638 }; 638 };
639 639
640 programs = {
641 wireshark = {
642 enable = true;
643 package = with pkgs; wireshark-gtk;
644 };
645 };
646
640 system = { 647 system = {
641 stateVersion = "16.09"; 648 stateVersion = "16.09";
642 }; 649 };