droidcam + adjust open-gallery path

This commit is contained in:
Danilo Reyes 2025-04-21 19:12:36 -06:00
parent cd489f0f98
commit 5a0117fe92
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@
sc = "systemctl --user"; sc = "systemctl --user";
jc = "journalctl --user -xefu"; jc = "journalctl --user -xefu";
open-gallery = '' open-gallery = ''
cd /srv/miniserver/pool/scrapping/JawZ/gallery-dl && cd /srv/server/pool/scrapping/JawZ/gallery-dl &&
xdg-open "$(${fd}/bin/fd . ./ Husbands -tdirectory -d 1 | ${fzf}/bin/fzf -i)"''; xdg-open "$(${fd}/bin/fd . ./ Husbands -tdirectory -d 1 | ${fzf}/bin/fzf -i)"'';
}; };
enableVteIntegration = true; enableVteIntegration = true;

View File

@ -122,6 +122,7 @@
enableVirtualCamera = true; enableVirtualCamera = true;
plugins = builtins.attrValues { plugins = builtins.attrValues {
inherit (pkgs.obs-studio-plugins) inherit (pkgs.obs-studio-plugins)
droidcam-obs
obs-vkcapture obs-vkcapture
obs-vaapi obs-vaapi
obs-tuna obs-tuna