HermitNix_DEPRECATED/Programs/obs.nix

10 lines
100 B
Nix

{ pkgs, ... }:
{
# OBS studio configuration
programs.obs-studio = {
enable = true;
};
}