This commit is contained in:
Vivian 2024-07-07 10:08:10 +02:00
parent a3283256b4
commit cfc82b3817
26 changed files with 172 additions and 1673 deletions

View file

@ -4,7 +4,7 @@
# * Smart Phone Sensing
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ android-studio ];
environment.systemPackages = with pkgs; [ ];
programs.wireshark = {
enable = true;