mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
nix: obs-studio
This commit is contained in:
parent
c82f504385
commit
3aef15679e
2 changed files with 10 additions and 1 deletions
7
nixcfgs/modules/nixos/obs-studio.nix
Normal file
7
nixcfgs/modules/nixos/obs-studio.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
enableVirtualCamera = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue