Added wallpapers

This commit is contained in:
2025-08-20 18:47:05 +02:00
parent c4f773d323
commit ae278c1086
2 changed files with 21 additions and 5 deletions

View File

@@ -254,6 +254,11 @@ export EXTRA_INSTALL_MESSAGE="Installing AUR packages with yay"
extra_init() {
install_microcode
install_yay
# Configure keymap
echo "KEYMAP=${KEYMAP}" >/etc/vconsole.conf
${DBUS_LAUNCH} dconf write /org/gnome/desktop/input-sources/sources "[('xkb', '${KEYMAP}')]"
localectl set-x11-keymap ${KEYMAP}
}
extra_finish() {