mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 09:46:34 +05:30
7 lines
124 B
Nix
7 lines
124 B
Nix
{pkgs, ...}: {
|
|
programs.obs-studio = {
|
|
enable = true;
|
|
plugins = with pkgs.obs-studio-plugins; [obs-vaapi];
|
|
};
|
|
}
|