feat: setup obs from nixos module

This commit is contained in:
tux
2026-02-18 22:39:00 +05:30
parent d95f88d61d
commit b20f3ab5bc
4 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +0,0 @@
{pkgs, ...}: {
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [obs-vaapi];
};
}