added wireshark
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user