diff --git a/root/config.yaml b/root/config.yaml index 8a77a68..badd951 100644 --- a/root/config.yaml +++ b/root/config.yaml @@ -31,6 +31,7 @@ actions: greetd_install: _greetd_install grub_install: update-grub locale_install: locale-gen + libc_locale_install: xbps-reconfigure -f glibc-locales pacman_install: | pacman-key --init pacman-key --populate @@ -109,6 +110,12 @@ dotfiles: actions: - locale_install + libc_locales: + src: locale.gen + dst: /etc/default/libc-locales + actions: + - libc_locale_install + fstab: src: fstab dst: /etc/fstab