[presets] update xfce

This commit is contained in:
Philip Müller 2020-07-07 08:54:37 +02:00
parent b42f2f41b2
commit 315f2c5a62
2 changed files with 2 additions and 1 deletions

View File

@ -5,5 +5,6 @@ set -eux
useradd -m ${ALMA_USER}
passwd ${ALMA_USER}
usermod -G users,lp,video,network,storage,wheel,audio -a ${ALMA_USER}
echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/99_wheel
"""
environment_variables = ["ALMA_USER"]

View File

@ -1,2 +1,2 @@
packages = ["xfce4-goodies", "xfce4-pulseaudio-plugin", "pavucontrol", "mugshot", "engrampa", "catfish", "firefox", "screenfetch", "thunderbird"]
packages = ["xfce4-goodies", "xfce4-pulseaudio-plugin", "pulseaudio", "pavucontrol", "mugshot", "engrampa", "catfish", "firefox", "screenfetch", "thunderbird", "network-manager-applet"]