We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b3692 commit b700749Copy full SHA for b700749
inventory/home-profiles/brittonr/creative/obs.nix
@@ -1,5 +1,9 @@
1
-_: {
+{ pkgs, ... }:
2
+{
3
programs.obs-studio = {
4
enable = true;
5
+ plugins = with pkgs.obs-studio-plugins; [
6
+ droidcam-obs
7
+ ];
8
};
9
}
inventory/tags/dev.nix
@@ -9,5 +9,6 @@
goose-cli
10
nix-output-monitor
11
pamtester
12
+ usbmuxd
13
];
14
0 commit comments