Add onyx and set as default session

main
axtloss 2 years ago
parent 596f5d7c08
commit f47430e180

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