add(nixos): wireshark and her tools
used for testing wh80 keyboard
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
programs.wireshark.enable = true;
|
||||||
|
dumpcap.enable = true;
|
||||||
|
usbmon.enable = true;
|
||||||
|
}
|
||||||
@@ -16,5 +16,6 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
chromium
|
chromium
|
||||||
imagemagick
|
imagemagick
|
||||||
|
hidapitester
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,5 +2,6 @@
|
|||||||
imports = [
|
imports = [
|
||||||
../../apps/qmk
|
../../apps/qmk
|
||||||
./asrock-a620i.nix
|
./asrock-a620i.nix
|
||||||
|
../../apps/wireshark
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
users = {
|
users = {
|
||||||
${myConfig.nixos.username} = {
|
${myConfig.nixos.username} = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = ["wheel" "networkmanager" "input" "video"];
|
extraGroups = ["wheel" "networkmanager" "input" "video" "wireshark"];
|
||||||
initialPassword = "password";
|
initialPassword = "password";
|
||||||
useDefaultShell = true;
|
useDefaultShell = true;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -5,5 +5,7 @@
|
|||||||
cachix
|
cachix
|
||||||
appimage-run
|
appimage-run
|
||||||
python314
|
python314
|
||||||
|
usbutils
|
||||||
|
wireshark
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user