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,