Skip to content

Commit b700749

Browse files
committed
add droidcam for obs
1 parent 05b3692 commit b700749

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
_: {
1+
{ pkgs, ... }:
2+
{
23
programs.obs-studio = {
34
enable = true;
5+
plugins = with pkgs.obs-studio-plugins; [
6+
droidcam-obs
7+
];
48
};
59
}

inventory/tags/dev.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
goose-cli
1010
nix-output-monitor
1111
pamtester
12+
usbmuxd
1213
];
1314
}

0 commit comments

Comments
 (0)