This commit is contained in:
tavo 2025-09-09 09:51:24 -06:00
parent d25f69e0dd
commit 17076385db
3 changed files with 8 additions and 2 deletions

View file

@ -14,5 +14,4 @@ citations: org.gnome.World.Citations
libreoffice: org.libreoffice.LibreOffice libreoffice: org.libreoffice.LibreOffice
qbittorrent: org.qbittorrent.qBittorrent qbittorrent: org.qbittorrent.qBittorrent
prismlauncher: org.prismlauncher.PrismLauncher prismlauncher: org.prismlauncher.PrismLauncher
obs: com.obsproject.Studio thunderbird: org.mozilla.Thunderbird
: com.obsproject.Studio.Plugin.DroidCam

View file

@ -4,6 +4,7 @@ lxpolkit
udisks2 udisks2
gnome-disk-utility gnome-disk-utility
perl perl
blueman
# Shared # Shared
fonts-jetbrains-mono fonts-jetbrains-mono
@ -27,6 +28,8 @@ pipewire-pulse
pulseaudio-utils pulseaudio-utils
pipewire-jack pipewire-jack
wireplumber wireplumber
libspa-0.2-libcamera
libspa-0.2-bluetooth
alsa-tools alsa-tools
alsa-utils alsa-utils
@ -38,6 +41,7 @@ zathura-cb
zathura-djvu zathura-djvu
zathura-pdf-poppler zathura-pdf-poppler
zathura-ps zathura-ps
obs-studio
# Tools # Tools
neovim neovim

View file

@ -1,5 +1,8 @@
#!/bin/sh #!/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 \ export \
XDG_STATE_HOME="$HOME/.local/state" \ XDG_STATE_HOME="$HOME/.local/state" \
XDG_CACHE_HOME="$HOME/.local/cache" \ XDG_CACHE_HOME="$HOME/.local/cache" \