add python shit

This commit is contained in:
afoucaultc 2026-07-21 20:10:36 +02:00
commit 8c7024853c
755 changed files with 606 additions and 286846 deletions

View file

@ -0,0 +1,11 @@
{ config, pkgs, ... }:
{
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
wlrobs
obs-backgroundremoval
obs-pipewire-audio-capture
];
};
}