Add onyx and set as default session

main
axtloss 2 years ago committed by Michal
parent ebf38ddb96
commit 8fcef1e191

@ -50,4 +50,8 @@ echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
echo "LANG=en_US.UTF-8" > /etc/locale.conf echo "LANG=en_US.UTF-8" > /etc/locale.conf
locale-gen locale-gen
# Onyx as default gdm session
rm /usr/share/xsessions/gnome*
rm /usr/share/wayland-sessions/gnome*
echo "Configured the system. Exiting chroot." echo "Configured the system. Exiting chroot."

@ -25,7 +25,7 @@ zsh
# GUI Target # GUI Target
firefox firefox
gdm gdm
gnome onyx
gparted gparted
mesa mesa
spice-vdagent spice-vdagent

Loading…
Cancel
Save