add(nixos): wireshark and her tools

used for testing wh80 keyboard
This commit is contained in:
kenji
2026-04-11 07:46:30 -05:00
parent 0a3f0ada27
commit f7108a173a
5 changed files with 10 additions and 1 deletions
+1
View File
@@ -16,5 +16,6 @@
home.packages = with pkgs; [
chromium
imagemagick
hidapitester
];
}
+1
View File
@@ -2,5 +2,6 @@
imports = [
../../apps/qmk
./asrock-a620i.nix
../../apps/wireshark
];
}
+1 -1
View File
@@ -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;
};
+2
View File
@@ -5,5 +5,7 @@
cachix
appimage-run
python314
usbutils
wireshark
];
}