added wireshark

This commit is contained in:
2024-03-11 11:16:14 +01:00
parent 57cb932151
commit ed9b1c2371

View File

@@ -6,7 +6,7 @@
users.users.adam = {
isNormalUser = true;
description = "Adam Rabjerg";
extraGroups = [ "adbuser" "networkmanager" "wheel" "docker" "dialout" "plugdev" ];
extraGroups = [ "adbuser" "networkmanager" "wheel" "docker" "dialout" "plugdev" "wireshark"];
packages = with pkgs; [
# Web
firefox
@@ -47,6 +47,7 @@
gopass
file
sshuttle
tree
# Entertainment
spotify
@@ -79,6 +80,7 @@
# Network
iperf3
ipcalc
wireshark
# Desktop
kdeconnect
@@ -88,6 +90,8 @@
];
};
programs.wireshark.enable = true;
environment.shellAliases = {
l = "ls -lh";
ll = " ls -lah";