34 lines
602 B
Bash
34 lines
602 B
Bash
# User Variables
|
|
# Comment to disable
|
|
|
|
pkg=(
|
|
aerc w3m
|
|
alacritty
|
|
dunst libnotify
|
|
feh
|
|
gammastep
|
|
graphicsmagick
|
|
materia-gtk-theme papirus-icon-theme
|
|
monero
|
|
mpv
|
|
newsraft
|
|
noto-fonts{,-cjk,-emoji} ttf-{dejavu,liberation} otf-font-awesome
|
|
pass{,-otp}
|
|
pcmanfm-gtk3
|
|
polkit-gnome
|
|
qemu-{base,audio-pipewire,hw-display-virtio-{gpu,vga},ui-gtk} dnsmasq
|
|
wireplumber pavucontrol playerctl
|
|
xdg-user-dirs
|
|
yt-dlp
|
|
zenity
|
|
)
|
|
|
|
flatpakpkg=(
|
|
com.valvesoftware.Steam
|
|
net.lutris.Lutris
|
|
org.gimp.GIMP
|
|
org.mozilla.firefox
|
|
)
|
|
|
|
# vim: ft=sh
|