From 3f33751dcb0cafb273eb868f230b1ae348437f89 Mon Sep 17 00:00:00 2001 From: tdback Date: Sun, 26 Jan 2025 11:32:37 -0500 Subject: profiles: cleaned up profiles, removed obsolete --- modules/profiles/wireshark/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/profiles/wireshark') 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; -- cgit v1.2.3