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; [
|
||||
chromium
|
||||
imagemagick
|
||||
hidapitester
|
||||
];
|
||||
}
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
imports = [
|
||||
../../apps/qmk
|
||||
./asrock-a620i.nix
|
||||
../../apps/wireshark
|
||||
];
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
users = {
|
||||
${myConfig.nixos.username} = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "networkmanager" "input" "video"];
|
||||
extraGroups = ["wheel" "networkmanager" "input" "video" "wireshark"];
|
||||
initialPassword = "password";
|
||||
useDefaultShell = true;
|
||||
};
|
||||
|
||||
@@ -5,5 +5,7 @@
|
||||
cachix
|
||||
appimage-run
|
||||
python314
|
||||
usbutils
|
||||
wireshark
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user