desktop: add obs

This commit is contained in:
Simon Gardling 2024-10-14 01:09:14 -04:00
parent 14a6dfe032
commit d96d1e2367
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -20,4 +20,13 @@
window.decorations = lib.mkForce "full";
window.opacity = lib.mkForce 1.0;
};
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
wlrobs
obs-backgroundremoval
obs-pipewire-audio-capture
];
};
}