root: add locale to path for voidlinux

This commit is contained in:
lelgenio 2022-02-19 23:55:25 -03:00
parent 3e41eec9c0
commit 445ba4f89a
1 changed files with 7 additions and 0 deletions

View File

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