mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-01-31 00:35:42 +00:00
feat: gphoto2 for webcam support
This commit is contained in:
parent
7114a853a1
commit
a19dff262d
2 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue