diff options
author | tdback <tyler@tdback.net> | 2025-01-26 11:32:37 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-01-26 11:32:37 -0500 |
commit | 3f33751dcb0cafb273eb868f230b1ae348437f89 (patch) | |
tree | c1c9d6f80532c8ff892efdd14c9f4a6e8bf43a14 /modules/profiles/wireshark | |
parent | 1b40ddcb978dec8cf52a82319f1f8b4e4eedd3f8 (diff) |
profiles: cleaned up profiles, removed obsolete
Diffstat (limited to 'modules/profiles/wireshark')
-rw-r--r-- | modules/profiles/wireshark/default.nix | 6 |
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; |