{pkgs, ...}: { environment.systemPackages = with pkgs; [ # System btop radeontop alsa-utils # provides alsamixer # Streaming / Recording obs-studio easyeffects # OBS with plugins (obs-studio.override { plugins = with pkgs.obs-studio-plugins; [ distroav obs-vkcapture obs-pipewire-audio-capture # obs-source-switcher obs-source-record obs-source-clone # obs-media-control # obs-scene-as-transition # advanced-scene-switcher obs-retro-effects obs-dvd-screensaver obs-composite-blur ]; }) # Audio pavucontrol jack2 # Video ffmpeg v4l-utils cheese ]; }