From 102df55379bac3db187ab99936cdccfb6e1fc11f Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 6 Dec 2024 10:30:23 +0100 Subject: [PATCH] home/packages: add webcamoid --- home/packages.nix | 1 + hosts/xps16/configuration.nix | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/home/packages.nix b/home/packages.nix index 90c7510..3ed1867 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -120,6 +120,7 @@ tenacity # transcribe + webcamoid xcalib xclip xdotool diff --git a/hosts/xps16/configuration.nix b/hosts/xps16/configuration.nix index c9408e6..e173f96 100644 --- a/hosts/xps16/configuration.nix +++ b/hosts/xps16/configuration.nix @@ -75,10 +75,6 @@ libinput.touchpad.accelSpeed = "0.5"; }; - environment.systemPackages = [ - pkgs.webcamoid - ]; - hardware = { bluetooth.enable = true; enableRedistributableFirmware = true;