feat: add flatpak service configuration and integrate with OBS plugins and Steam

This commit is contained in:
emmatherock
2026-07-04 00:11:05 -03:00
parent 3149ab781f
commit a9bef2637a
6 changed files with 65 additions and 36 deletions
-14
View File
@@ -1,14 +0,0 @@
{ pkgs, ... }:
{
home.packages = [
(pkgs.wrapOBS {
plugins = with pkgs.obs-studio-plugins; [
obs-pipewire-audio-capture
obs-vkcapture
obs-composite-blur
obs-aitum-multistream
obs-vertical-canvas
];
})
];
}