From a19dff262d21bdb86a8bc0ab4d9a8cb45b4c2046 Mon Sep 17 00:00:00 2001 From: Tine Date: Wed, 31 Jan 2024 20:12:18 +0100 Subject: [PATCH] feat: gphoto2 for webcam support --- install.sh | 3 ++- nvim/lua/theme.lua | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index a8114d5..de3dd94 100755 --- a/install.sh +++ b/install.sh @@ -14,7 +14,8 @@ echo "==[host] Installing rpm-os tree packages" rpm-ostree install --idempotent --apply-live --allow-inactive -y \ git git-lfs \ kitty zsh \ - podman-docker + podman-docker \ + gphoto2 v4l2loopback ffmpeg echo "==[host] Installing flatpaks" flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo diff --git a/nvim/lua/theme.lua b/nvim/lua/theme.lua index a1fdd29..e0d0d2e 100644 --- a/nvim/lua/theme.lua +++ b/nvim/lua/theme.lua @@ -5,10 +5,6 @@ require("rose-pine").setup({ dim_inactive_windows = false, extend_background_behind_borders = true, - enable = { - terminal = true, - }, - styles = { bold = true, italic = true,