aboutsummaryrefslogtreecommitdiff
path: root/modules/profiles/wireshark
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profiles/wireshark')
-rw-r--r--modules/profiles/wireshark/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/profiles/wireshark/default.nix b/modules/profiles/wireshark/default.nix
index 6b3dd3d..1312188 100644
--- a/modules/profiles/wireshark/default.nix
+++ b/modules/profiles/wireshark/default.nix
@@ -1,4 +1,8 @@
-{ config, pkgs, ... }:
+{
+ config,
+ pkgs,
+ ...
+}:
{
programs.wireshark = {
enable = true;