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
qbittorrent: org.qbittorrent.qBittorrent
prismlauncher: org.prismlauncher.PrismLauncher
obs: com.obsproject.Studio
: com.obsproject.Studio.Plugin.DroidCam
thunderbird: org.mozilla.Thunderbird

View file

@ -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

View file

@ -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" \