f7108a173a
used for testing wh80 keyboard
12 lines
159 B
Nix
12 lines
159 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
git
|
|
cloudflared
|
|
cachix
|
|
appimage-run
|
|
python314
|
|
usbutils
|
|
wireshark
|
|
];
|
|
}
|