Remove droidcam

I've got a dedicated webcam now.
This commit is contained in:
Andreas Zweili 2023-03-20 17:22:39 +01:00
parent 16b93daa2d
commit a19912ac21
3 changed files with 0 additions and 22 deletions

View File

@ -2,7 +2,6 @@
{
imports = [
(import "${custom.inputs.self}/modules/docker" { inherit custom; })
(import "${custom.inputs.self}/modules/droidcam" { inherit custom; })
(import "${custom.inputs.self}/modules/email" { inherit custom; })
(import "${custom.inputs.self}/modules/eog" { inherit custom; })
(import "${custom.inputs.self}/modules/gnome" { inherit custom; })

View File

@ -1,20 +0,0 @@
{ custom }: { pkgs, ... }:
{
programs.droidcam.enable = true;
# required for USB connection
services.usbmuxd.enable = true;
environment.shellAliases = {
webcam = "droidcam-cli -size=1920x1080 ios 4747";
};
home-manager.users.${custom.username} = {
xdg.desktopEntries = {
droidcam = {
name = "Droidcam";
exec = "${pkgs.droidcam}/bin/droidcam";
terminal = false;
categories = [ "Video" "AudioVideo" ];
};
};
};
}

View File

@ -7,7 +7,6 @@
"${custom.inputs.self}/hardware/bluetooth"
(import "${custom.inputs.self}/modules/desktop" { inherit custom; })
(import "${custom.inputs.self}/modules/docker" { inherit custom; })
(import "${custom.inputs.self}/modules/droidcam" { inherit custom; })
(import "${custom.inputs.self}/modules/espanso" { inherit custom; })
(import "${custom.inputs.self}/modules/restic-client-desktop" { inherit custom; })
"${custom.inputs.self}/modules/tlp"