Files
nixos/modules/nixos/utils.nix
T
kenji f7108a173a add(nixos): wireshark and her tools
used for testing wh80 keyboard
2026-04-11 07:46:30 -05:00

12 lines
159 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
git
cloudflared
cachix
appimage-run
python314
usbutils
wireshark
];
}