wireshark: use wireshark-qt everywhere
This commit is contained in:
parent
83355bee0f
commit
3610224056
@ -20,7 +20,10 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = firefox;
|
package = firefox;
|
||||||
};
|
};
|
||||||
wireshark.enable = true;
|
wireshark = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.wireshark-qt;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
mj.base.users.user.extraGroups = ["adbusers" "networkmanager" "wireshark"];
|
mj.base.users.user.extraGroups = ["adbusers" "networkmanager" "wireshark"];
|
||||||
@ -158,8 +161,6 @@ in {
|
|||||||
imapsync
|
imapsync
|
||||||
qgis-ltr # qgis gets recompiled, qgis-ltr is cached by hydra
|
qgis-ltr # qgis gets recompiled, qgis-ltr is cached by hydra
|
||||||
trayscale
|
trayscale
|
||||||
# TODO why doesn't 'programs.wireshark.enable = true' install the binary?
|
|
||||||
wireshark
|
|
||||||
man-pages
|
man-pages
|
||||||
rox-filer
|
rox-filer
|
||||||
distrobox
|
distrobox
|
||||||
|
Loading…
Reference in New Issue
Block a user