Add wireshark properly
This commit is contained in:
parent
b4dfe419a3
commit
d07ef8ac88
1 changed files with 5 additions and 2 deletions
|
@ -146,7 +146,6 @@ in
|
|||
super-slicer
|
||||
unzip
|
||||
xdg-utils
|
||||
wireshark
|
||||
wl-clipboard
|
||||
]
|
||||
++ (with gst_all_1; [ gstreamer gstreamer.dev gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav gst-vaapi ]);
|
||||
|
@ -224,6 +223,10 @@ in
|
|||
] ++ (map (mod: (../../home-manager/modules + "/${mod}")) (builtins.attrNames (builtins.readDir ../../home-manager/modules)));
|
||||
};
|
||||
|
||||
|
||||
programs.wireshark = {
|
||||
enable = true;
|
||||
package = pkgs.wireshark;
|
||||
};
|
||||
users.groups.wireshark.members = [ "erwin" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue