diff --git a/packages/flatpak/list.yml b/packages/flatpak/list.yml index fa18740..4a6b6fa 100644 --- a/packages/flatpak/list.yml +++ b/packages/flatpak/list.yml @@ -14,5 +14,4 @@ citations: org.gnome.World.Citations libreoffice: org.libreoffice.LibreOffice qbittorrent: org.qbittorrent.qBittorrent prismlauncher: org.prismlauncher.PrismLauncher -obs: com.obsproject.Studio -: com.obsproject.Studio.Plugin.DroidCam +thunderbird: org.mozilla.Thunderbird diff --git a/packages/system/apt/list b/packages/system/apt/list index f16475c..869f03f 100644 --- a/packages/system/apt/list +++ b/packages/system/apt/list @@ -4,6 +4,7 @@ lxpolkit udisks2 gnome-disk-utility perl +blueman # Shared fonts-jetbrains-mono @@ -27,6 +28,8 @@ pipewire-pulse pulseaudio-utils pipewire-jack wireplumber +libspa-0.2-libcamera +libspa-0.2-bluetooth alsa-tools alsa-utils @@ -38,6 +41,7 @@ zathura-cb zathura-djvu zathura-pdf-poppler zathura-ps +obs-studio # Tools neovim diff --git a/shell/profile.d/xdgspec.sh b/shell/profile.d/xdgspec.sh index a6638ab..3969e18 100644 --- a/shell/profile.d/xdgspec.sh +++ b/shell/profile.d/xdgspec.sh @@ -1,5 +1,8 @@ #!/bin/sh +# For some reason, this breaks xdg-desktop-portal +# XDG_DATA_DIRS="$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/applications:/usr/share/applications:$XDG_DATA_DIRS" \ + export \ XDG_STATE_HOME="$HOME/.local/state" \ XDG_CACHE_HOME="$HOME/.local/cache" \