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
+22
View File
@@ -0,0 +1,22 @@
{
services.flatpak = {
enable = true;
remotes = [
{
name = "flathub";
location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
}
];
packages = [
"com.obsproject.Studio"
"com.obsproject.Studio.Plugin.OBSVkCapture"
"com.obsproject.Studio.Plugin.VerticalCanvas"
"com.obsproject.Studio.Plugin.AitumMultistream"
"com.obsproject.Studio.Plugin.CompositeBlur"
"org.freedesktop.Platform.VulkanLayer.OBSVkCapture//25.08"
"com.valvesoftware.Steam"
];
};
}