This commit is contained in:
Thomas Cole 2021-07-06 09:36:24 -04:00
parent af66c6875a
commit b1d4745348

View File

@ -140,6 +140,9 @@ setup () {
arch-chroot /mnt systemctl enable NetworkManager
arch-chroot /mnt systemctl enable lightdm
arch-chroot /mnt xfconf-query -c xsettings -p /Net/ThemeName -s "Arc-Darker"
arch-chroot /mnt xfconf-query -c xsettings -p /Gtk/FontName -s "Noto Sans Regular"
}
######################################################################################