Update
This commit is contained in:
@@ -40,7 +40,8 @@ desktop_packages=(
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-user-dirs
|
||||
xdg-utils
|
||||
grim
|
||||
grim # For screenshotting the desktop
|
||||
upower # For querying battery charge
|
||||
)
|
||||
|
||||
media_packages=(
|
||||
@@ -48,8 +49,13 @@ media_packages=(
|
||||
pipewire-pulse
|
||||
pipewire-alsa
|
||||
pipewire-jack
|
||||
wireplumber
|
||||
pipewire-libcamera
|
||||
libcamera
|
||||
pavucontrol
|
||||
wireplumber
|
||||
bluez
|
||||
bluez-utils # bluetooth
|
||||
rtkit # There was a pipewire error so I decided to add this, "changes scheduling policy of user threads to realtime"
|
||||
ffmpeg
|
||||
imv
|
||||
mpv
|
||||
@@ -155,6 +161,8 @@ pacman -Syu --needed \
|
||||
|
||||
updatedb
|
||||
systemctl enable sshd.service
|
||||
systemctl enable rtkit-daemon.service
|
||||
systemctl enable --now bluetooth.service
|
||||
|
||||
printf '\nChroot setup complete. Exit, unmount /mnt, reboot, then log in as %s.\n' "${username}"
|
||||
printf 'After first login, run: xdg-user-dirs-update\n'
|
||||
|
||||
Reference in New Issue
Block a user