remove old broken droidcam-obs snippets

This commit is contained in:
Miranda Marquez 2024-03-26 19:41:49 -08:00
parent 371634cdda
commit 6da14f080d
2 changed files with 0 additions and 28 deletions

View File

@ -158,9 +158,6 @@
vim
emacs29-pgtk
nfs-utils
# v4l-utils
# android-tools
# adb-sync
];
services.flatpak.enable = true;

View File

@ -22,18 +22,7 @@ with lib.hm.gvariant;
pkgs.eza
pkgs.python3
pkgs.unzip
# (pkgs.wrapOBS {
# plugins = with pkgs.obs-studio-plugins; [
# droidcam-obs
# ];
# })
# (pkgs.wrapOBS.override {
# obs-studio =
# (pkgs.obs-studio.override {
# plugins = [ pkgs.obs-studio-plugins.droidcam-obs ];
# })
# ;})
# pkgs.gnupg
# pkgs.python3
# (pkgs.python3.withPackages(
@ -114,11 +103,6 @@ with lib.hm.gvariant;
# source = inputs.emacs-config;
# recursive = true;
# };
# home.file.".config/obs-studio/droidcam-obs".source = pkgs.fetchzip {
# url = "https://github.com/dev47apps/droidcam-obs-plugin/releases/download/2.3.2/droidcam_obs_2.3.2_linux_flatpak.zip";
# sha256 = "6IXNUtCqMYKmHDDpVvi8DFG4N5WfB+lyu/Xj7Qg0L70";
# stripRoot = false;
# };
home.file.".face".source = builtins.fetchurl {
url = "https://marq42.xyz/rena.webp";
sha256 = "10x3qvfdp79fmbbi7ljnqx419xmwpiyyr4pfxhynh3xq7fd0laz2";
@ -198,15 +182,6 @@ with lib.hm.gvariant;
# pinentryFlavor = "gnome3";
# };
};
# programs.obs-studio = {
# enable = true;
# plugins = [ pkgs.obs-studio-plugins.droidcam-obs ];
# # package = (pkgs.wrapOBS {
# # plugins = with pkgs.obs-studio-plugins; [
# # droidcam-obs
# # ];
# # });
# };
services.gpg-agent = {
enable = true;