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