add VR stuff and mitmproxy

This commit is contained in:
MFlossmann 2024-10-13 13:58:00 +02:00
parent bdbe95c141
commit 1d4d55fd2c
3 changed files with 46 additions and 3 deletions

View file

@ -47,6 +47,8 @@
v4l-utils
wf-recorder
obs-studio
mitmproxy # for checking what facebook collects
linux-wifi-hotspot
];
programs.kdeconnect.enable = true;
@ -57,22 +59,33 @@
bundles.gaming = {
enable = true;
remotePlay = true;
alvr = true;
};
services.syncthing.enable = true;
ausweisapp.enable = true;
mitmproxy = {
enable = true;
routeAP = true;
accessPoint = "wlp5s0f3u3";
mitmPort = 8080;
};
home-users = {
"prunebutt" = {
userConfig = ./home.nix;
userSettings = {
extraGroups = ["networkmanager" "wheel" "libvirtd" "docker"];
extraGroups = ["networkmanager" "wheel" "libvirtd" "docker" "wireshark" "adbusers"];
};
};
};
};
programs.adb.enable = true;
programs.wireshark.enable = true;
# List packages installed in system profile. To search, run:
# $ nix search wget